Puke to RGB — Color Code

RGB

rgb(165, 165, 2)

Format Value
HEX #a5a502
RGB rgb(165, 165, 2)
HSL hsl(60, 97.6%, 32.7%)
CMYK cmyk(0%, 0%, 98.8%, 35.3%)

What is the RGB code for puke?

The CSS color puke in RGB format is rgb(165, 165, 2). Use this value directly in CSS, SVG, and most design tools.

How do I use puke in CSS?

To apply puke in CSS:

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

What are all the color format values for puke?

FormatValue
HEX#a5a502
RGBrgb(165, 165, 2)
HSLhsl(60, 97.6%, 32.7%)
CMYKcmyk(0%, 0%, 98.8%, 35.3%)

How do I convert puke to RGB?

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

What color family does puke belong to?

puke belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 60°, saturation 97.6%, lightness 32.7%.

How do I create lighter and darker shades of puke?

Lighter variant (lightness 47.7%): #f0f003. Darker variant (lightness 17.700000000000003%): #595901. 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.