#928A2C
A dark, moderate yellow closely aligning with Olive.
About #928A2C
The hex code #928A2C represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 138, and 44.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 5% magenta, 70% yellow, and 43% black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#928A2C
RGB146, 138, 44
HSL55.3°, 53.7%, 37.3%
CMYK0%, 5%, 70%, 43%
HSV55.3°, 69.9%, 57.3%
LAB56.6, -8.6, 49.1
XYZ21.4, 24.5, 6.0
Decimal9603628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928A2C;
}
.text-color {
color: #928A2C;
}
.border-color {
border: 2px solid #928A2C;
}