#92B65F
A medium, moderate green closely aligning with Olivedrab.
About #92B65F
Visually, #92B65F is defined as a moderate green. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 182, and 95.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. The HSL representation is 84.8° hue, 37.3% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#92B65F
RGB146, 182, 95
HSL84.8°, 37.3%, 54.3%
CMYK20%, 0%, 48%, 29%
HSV84.8°, 47.8%, 71.4%
LAB69.7, -26.7, 40.1
XYZ30.6, 40.4, 17.0
Decimal9614943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.08:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92B65F;
}
.text-color {
color: #92B65F;
}
.border-color {
border: 2px solid #92B65F;
}