Shades of Olivine #92B86D
Tints of Olivine #92B86D
RGB
CMYK
RGB Variations
Color information
#92B86D (or 0x92B86D) is known color: Olivine. HEX triplet: 92, B8 and 6D. RGB value is (146,184,109). Sum of RGB (Red+Green+Blue) = 146+184+109=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #92B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B86D is #6D4792. Grayscale: #A4A4A4. Windows color (decimal): -7161747 or 7190674. OLE color: 7190674.
HSL color Cylindrical-coordinate representation of color #92B86D: hue angle of 90.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92B86D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 184 | 109 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.28 |
| HSL | 90.4º | 0.35% | 0.57% | - |
| HSV(B) | 90.4º | 0.41% | 0.72% | - |
| XYZ | 31.75 | 41.5 | 20.8 | - |
| YUV | 164.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 109 | 0.21 | 0 | 0.41 | 0.28 | 90.4 | 0.35 | 0.57 |
| Hex | 92 | B8 | 6D | 15 | 0 | 29 | 1C | 5A | 23 | 39 |
| Octal | 222 | 270 | 155 | 25 | 0 | 51 | 34 | 132 | 43 | 71 |
| Binary | 10010010 | 10111000 | 1101101 | 10101 | 0 | 101001 | 11100 | 1011010 | 100011 | 111001 |
Color Harmonies of #92B86D
Complementary color
Monochromatic Colors of #92B86D
Black with #92B86D
Text Example
Text Example
White with #92B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B86D; }
p { color: rgb(146,184,109); }
H1.HeaderClassName
{
color: #92B86D;
}
.AnyTagClassName
{
color: #92B86D;
}
</style>
background-color css
<style>
a { background-color: #92B86D; }
a { background-color: rgb(146,184,109); }
div.DivClassName
{
background-color: #92B86D;
}
.BgClassName
{
background-color: #92B86D;
}
</style>
border-color css
<style>
span { border-color: #92B86D; }
span { border-color: rgb(146,184,109); }
td.TdClassName
{
border-color: #92B86D;
}
.TagClassName
{
border-color: #92B86D;
}
</style>