#928A07
A dark, vivid yellow closely aligning with Olive.
About #928A07
Visually, #928A07 is defined as a vivid yellow. It is closely associated with the named CSS color Olive. In the RGB color space, it consists of 146 red, 138 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 5% Magenta, 95% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#928A07
RGB146, 138, 7
HSL56.5°, 90.8%, 30.0%
CMYK0%, 5%, 95%, 43%
HSV56.5°, 95.2%, 57.3%
LAB56.4, -9.8, 59.5
XYZ21.0, 24.3, 3.8
Decimal9603591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928A07;
}
.text-color {
color: #928A07;
}
.border-color {
border: 2px solid #928A07;
}