#928A00
A dark, vivid yellow closely aligning with Olive.
About #928A00
The hex code #928A00 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(146, 138, 0).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 5% M, 100% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#928A00
RGB146, 138, 0
HSL56.7°, 100.0%, 28.6%
CMYK0%, 5%, 100%, 43%
HSV56.7°, 100.0%, 57.3%
LAB56.4, -10.0, 60.7
XYZ20.9, 24.3, 3.6
Decimal9603584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928A00;
}
.text-color {
color: #928A00;
}
.border-color {
border: 2px solid #928A00;
}