Shades of Olivine #92BD71
Tints of Olivine #92BD71
RGB
CMYK
RGB Variations
Color information
#92BD71 (or 0x92BD71) is known color: Olivine. HEX triplet: 92, BD and 71. RGB value is (146,189,113). Sum of RGB (Red+Green+Blue) = 146+189+113=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD71 is #6D428E. Grayscale: #A7A7A7. Windows color (decimal): -7160463 or 7454098. OLE color: 7454098.
HSL color Cylindrical-coordinate representation of color #92BD71: hue angle of 93.95º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92BD71 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 113 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.26 |
| HSL | 93.95º | 0.37% | 0.59% | - |
| HSV(B) | 93.95º | 0.4% | 0.74% | - |
| XYZ | 33.03 | 43.7 | 22.32 | - |
| YUV | 167.48 | 97.25 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 113 | 0.23 | 0 | 0.40 | 0.26 | 93.95 | 0.37 | 0.59 |
| Hex | 92 | BD | 71 | 17 | 0 | 28 | 1A | 5E | 25 | 3B |
| Octal | 222 | 275 | 161 | 27 | 0 | 50 | 32 | 136 | 45 | 73 |
| Binary | 10010010 | 10111101 | 1110001 | 10111 | 0 | 101000 | 11010 | 1011110 | 100101 | 111011 |
Color Harmonies of #92BD71
Complementary color
Monochromatic Colors of #92BD71
Black with #92BD71
Text Example
Text Example
White with #92BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD71; }
p { color: rgb(146,189,113); }
H1.HeaderClassName
{
color: #92BD71;
}
.AnyTagClassName
{
color: #92BD71;
}
</style>
background-color css
<style>
a { background-color: #92BD71; }
a { background-color: rgb(146,189,113); }
div.DivClassName
{
background-color: #92BD71;
}
.BgClassName
{
background-color: #92BD71;
}
</style>
border-color css
<style>
span { border-color: #92BD71; }
span { border-color: rgb(146,189,113); }
td.TdClassName
{
border-color: #92BD71;
}
.TagClassName
{
border-color: #92BD71;
}
</style>