Shades of Olivine #92C366
Tints of Olivine #92C366
RGB
CMYK
RGB Variations
Color information
#92C366 (or 0x92C366) is known color: Olivine. HEX triplet: 92, C3 and 66. RGB value is (146,195,102). Sum of RGB (Red+Green+Blue) = 146+195+102=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #92C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C366 is #6D3C99. Grayscale: #AAAAAA. Windows color (decimal): -7158938 or 6734738. OLE color: 6734738.
HSL color Cylindrical-coordinate representation of color #92C366: hue angle of 91.61º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92C366 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 102 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.24 |
| HSL | 91.61º | 0.44% | 0.58% | - |
| HSV(B) | 91.61º | 0.48% | 0.76% | - |
| XYZ | 33.77 | 46.1 | 19.69 | - |
| YUV | 169.75 | 89.77 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 102 | 0.25 | 0 | 0.48 | 0.24 | 91.61 | 0.44 | 0.58 |
| Hex | 92 | C3 | 66 | 19 | 0 | 30 | 18 | 5C | 2C | 3A |
| Octal | 222 | 303 | 146 | 31 | 0 | 60 | 30 | 134 | 54 | 72 |
| Binary | 10010010 | 11000011 | 1100110 | 11001 | 0 | 110000 | 11000 | 1011100 | 101100 | 111010 |
Color Harmonies of #92C366
Complementary color
Monochromatic Colors of #92C366
Black with #92C366
Text Example
Text Example
White with #92C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C366; }
p { color: rgb(146,195,102); }
H1.HeaderClassName
{
color: #92C366;
}
.AnyTagClassName
{
color: #92C366;
}
</style>
background-color css
<style>
a { background-color: #92C366; }
a { background-color: rgb(146,195,102); }
div.DivClassName
{
background-color: #92C366;
}
.BgClassName
{
background-color: #92C366;
}
</style>
border-color css
<style>
span { border-color: #92C366; }
span { border-color: rgb(146,195,102); }
td.TdClassName
{
border-color: #92C366;
}
.TagClassName
{
border-color: #92C366;
}
</style>