#928A1D
A dark, moderate yellow closely aligning with Olive.
About #928A1D
Visually, #928A1D is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(146, 138, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 5% M, 80% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#928A1D
RGB146, 138, 29
HSL55.9°, 66.9%, 34.3%
CMYK0%, 5%, 80%, 43%
HSV55.9°, 80.1%, 57.3%
LAB56.5, -9.3, 54.5
XYZ21.2, 24.4, 4.8
Decimal9603613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928A1D;
}
.text-color {
color: #928A1D;
}
.border-color {
border: 2px solid #928A1D;
}