#92A00F
A dark, vivid yellow closely aligning with Olive.
About #92A00F
When working with digital screens, the color #92A00F is rendered by mixing light. It is closely associated with the named CSS color Olive. In the RGB color space, it consists of 146 red, 160 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 9% cyan, 0% magenta, 91% yellow, and 37% black. The HSL representation is 65.8° hue, 82.9% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92A00F
RGB146, 160, 15
HSL65.8°, 82.9%, 34.3%
CMYK9%, 0%, 91%, 37%
HSV65.8°, 90.6%, 62.7%
LAB62.7, -21.2, 63.2
XYZ24.5, 31.3, 5.2
Decimal9609231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.26:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #92A00F;
}
.text-color {
color: #92A00F;
}
.border-color {
border: 2px solid #92A00F;
}