#92997C
A medium, muted yellow closely aligning with Darkgray.
About #92997C
When working with digital screens, the color #92997C is rendered by mixing light. It is closely associated with the named CSS color Darkgray. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 153, and 124.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 5% C, 0% M, 19% Y, and 40% K. With a hue angle of 74.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. 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#92997C
RGB146, 153, 124
HSL74.5°, 12.4%, 54.3%
CMYK5%, 0%, 19%, 40%
HSV74.5°, 19.0%, 60.0%
LAB62.0, -7.8, 14.4
XYZ26.9, 30.3, 23.5
Decimal9607548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.07:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #92997C;
}
.text-color {
color: #92997C;
}
.border-color {
border: 2px solid #92997C;
}