#92921D
A dark, moderate yellow closely aligning with Olive.
About #92921D
Visually, #92921D is defined as a moderate yellow. It is closely associated with the named CSS color Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 146, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 0% magenta, 80% yellow, and 43% black. The HSL representation is 60.0° hue, 66.9% saturation, and 34.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92921D
RGB146, 146, 29
HSL60.0°, 66.9%, 34.3%
CMYK0%, 0%, 80%, 43%
HSV60.0°, 80.1%, 57.3%
LAB58.7, -13.6, 56.6
XYZ22.4, 26.8, 5.1
Decimal9605661
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.35:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #92921D;
}
.text-color {
color: #92921D;
}
.border-color {
border: 2px solid #92921D;
}