Vomit to RGB — Color Code

RGB

rgb(162, 164, 21)

Format Value
HEX #a2a415
RGB rgb(162, 164, 21)
HSL hsl(60.8, 77.3%, 36.3%)
CMYK cmyk(1.2%, 0%, 87.2%, 35.7%)

What is the RGB code for vomit?

The CSS color vomit in RGB format is rgb(162, 164, 21). Use this value directly in CSS, SVG, and most design tools.

How do I use vomit in CSS?

To apply vomit in CSS:

  • Text color: color: rgb(162, 164, 21);
  • Background: background-color: rgb(162, 164, 21);
  • Border: border-color: rgb(162, 164, 21);

What are all the color format values for vomit?

FormatValue
HEX#a2a415
RGBrgb(162, 164, 21)
HSLhsl(60.8, 77.3%, 36.3%)
CMYKcmyk(1.2%, 0%, 87.2%, 35.7%)

How do I convert vomit to RGB?

Select vomit from the color name list in our color converter. The RGB value — rgb(162, 164, 21) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does vomit belong to?

vomit belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 60.8°, saturation 77.3%, lightness 36.3%.

How do I create lighter and darker shades of vomit?

Lighter variant (lightness 51.3%): #e0e323. Darker variant (lightness 21.299999999999997%): #5f600c. 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.