#927516
A dark, vivid yellow closely aligning with Olive.
About #927516
At its core, #927516 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 146 red, 117 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 20% M, 85% Y, and 43% K. The HSL representation is 46.0° hue, 73.8% saturation, and 32.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#927516
RGB146, 117, 22
HSL46.0°, 73.8%, 32.9%
CMYK0%, 20%, 85%, 43%
HSV46.0°, 84.9%, 57.3%
LAB50.6, 2.1, 51.5
XYZ18.4, 18.9, 3.4
Decimal9598230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #927516;
}
.text-color {
color: #927516;
}
.border-color {
border: 2px solid #927516;
}