Shades of Olivine #92C476
Tints of Olivine #92C476
RGB
CMYK
RGB Variations
Color information
#92C476 (or 0x92C476) is known color: Olivine. HEX triplet: 92, C4 and 76. RGB value is (146,196,118). Sum of RGB (Red+Green+Blue) = 146+196+118=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #92C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C476 is #6D3B89. Grayscale: #ACACAC. Windows color (decimal): -7158666 or 7783570. OLE color: 7783570.
HSL color Cylindrical-coordinate representation of color #92C476: hue angle of 98.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92C476 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 118 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.23 |
| HSL | 98.46º | 0.4% | 0.62% | - |
| HSV(B) | 98.46º | 0.4% | 0.77% | - |
| XYZ | 34.86 | 46.9 | 24.35 | - |
| YUV | 172.16 | 97.44 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 118 | 0.26 | 0 | 0.40 | 0.23 | 98.46 | 0.4 | 0.62 |
| Hex | 92 | C4 | 76 | 1A | 0 | 28 | 17 | 62 | 28 | 3E |
| Octal | 222 | 304 | 166 | 32 | 0 | 50 | 27 | 142 | 50 | 76 |
| Binary | 10010010 | 11000100 | 1110110 | 11010 | 0 | 101000 | 10111 | 1100010 | 101000 | 111110 |
Color Harmonies of #92C476
Complementary color
Monochromatic Colors of #92C476
Black with #92C476
Text Example
Text Example
White with #92C476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C476; }
p { color: rgb(146,196,118); }
H1.HeaderClassName
{
color: #92C476;
}
.AnyTagClassName
{
color: #92C476;
}
</style>
background-color css
<style>
a { background-color: #92C476; }
a { background-color: rgb(146,196,118); }
div.DivClassName
{
background-color: #92C476;
}
.BgClassName
{
background-color: #92C476;
}
</style>
border-color css
<style>
span { border-color: #92C476; }
span { border-color: rgb(146,196,118); }
td.TdClassName
{
border-color: #92C476;
}
.TagClassName
{
border-color: #92C476;
}
</style>