Shades of Olivine #92C160
Tints of Olivine #92C160
RGB
CMYK
RGB Variations
Color information
#92C160 (or 0x92C160) is known color: Olivine. HEX triplet: 92, C1 and 60. RGB value is (146,193,96). Sum of RGB (Red+Green+Blue) = 146+193+96=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #92C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C160 is #6D3E9F. Grayscale: #A8A8A8. Windows color (decimal): -7159456 or 6341010. OLE color: 6341010.
HSL color Cylindrical-coordinate representation of color #92C160: hue angle of 89.07º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92C160 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 96 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.24 |
| HSL | 89.07º | 0.44% | 0.57% | - |
| HSV(B) | 89.07º | 0.5% | 0.76% | - |
| XYZ | 33.04 | 45.1 | 18.03 | - |
| YUV | 167.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 96 | 0.24 | 0 | 0.50 | 0.24 | 89.07 | 0.44 | 0.57 |
| Hex | 92 | C1 | 60 | 18 | 0 | 32 | 18 | 59 | 2C | 39 |
| Octal | 222 | 301 | 140 | 30 | 0 | 62 | 30 | 131 | 54 | 71 |
| Binary | 10010010 | 11000001 | 1100000 | 11000 | 0 | 110010 | 11000 | 1011001 | 101100 | 111001 |
Color Harmonies of #92C160
Complementary color
Monochromatic Colors of #92C160
Black with #92C160
Text Example
Text Example
White with #92C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C160; }
p { color: rgb(146,193,96); }
H1.HeaderClassName
{
color: #92C160;
}
.AnyTagClassName
{
color: #92C160;
}
</style>
background-color css
<style>
a { background-color: #92C160; }
a { background-color: rgb(146,193,96); }
div.DivClassName
{
background-color: #92C160;
}
.BgClassName
{
background-color: #92C160;
}
</style>
border-color css
<style>
span { border-color: #92C160; }
span { border-color: rgb(146,193,96); }
td.TdClassName
{
border-color: #92C160;
}
.TagClassName
{
border-color: #92C160;
}
</style>