Barf green to RGB — Color Code

RGB

rgb(148, 172, 2)

Format Value
HEX #94ac02
RGB rgb(148, 172, 2)
HSL hsl(68.5, 97.7%, 34.1%)
CMYK cmyk(14%, 0%, 98.8%, 32.5%)

What is the RGB code for barf green?

The CSS color barf green in RGB format is rgb(148, 172, 2). Use this value directly in CSS, SVG, and most design tools.

How do I use barf green in CSS?

To apply barf green in CSS:

  • Text color: color: rgb(148, 172, 2);
  • Background: background-color: rgb(148, 172, 2);
  • Border: border-color: rgb(148, 172, 2);

What are all the color format values for barf green?

FormatValue
HEX#94ac02
RGBrgb(148, 172, 2)
HSLhsl(68.5, 97.7%, 34.1%)
CMYKcmyk(14%, 0%, 98.8%, 32.5%)

How do I convert barf green to RGB?

Select barf green from the color name list in our color converter. The RGB value — rgb(148, 172, 2) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does barf green belong to?

barf green belongs to the green color family. It is a medium, vivid color with HSL values: hue 68.5°, saturation 97.7%, lightness 34.1%.

How do I create lighter and darker shades of barf green?

Lighter variant (lightness 49.1%): #d5f803. Darker variant (lightness 19.1%): #536001. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.