Olive yellow to RGB — Color Code

RGB

rgb(194, 183, 9)

Format Value
HEX #c2b709
RGB rgb(194, 183, 9)
HSL hsl(56.4, 91.1%, 39.8%)
CMYK cmyk(0%, 5.7%, 95.4%, 23.9%)

What is the RGB code for olive yellow?

The CSS color olive yellow in RGB format is rgb(194, 183, 9). Use this value directly in CSS, SVG, and most design tools.

How do I use olive yellow in CSS?

To apply olive yellow in CSS:

  • Text color: color: rgb(194, 183, 9);
  • Background: background-color: rgb(194, 183, 9);
  • Border: border-color: rgb(194, 183, 9);

What are all the color format values for olive yellow?

FormatValue
HEX#c2b709
RGBrgb(194, 183, 9)
HSLhsl(56.4, 91.1%, 39.8%)
CMYKcmyk(0%, 5.7%, 95.4%, 23.9%)

How do I convert olive yellow to RGB?

Select olive yellow from the color name list in our color converter. The RGB value — rgb(194, 183, 9) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does olive yellow belong to?

olive yellow belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 56.4°, saturation 91.1%, lightness 39.8%.

How do I create lighter and darker shades of olive yellow?

Lighter variant (lightness 54.8%): #f5e823. Darker variant (lightness 24.799999999999997%): #797206. 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.