Shades of Olivine #92C46C
Tints of Olivine #92C46C
RGB
CMYK
RGB Variations
Color information
#92C46C (or 0x92C46C) is known color: Olivine. HEX triplet: 92, C4 and 6C. RGB value is (146,196,108). Sum of RGB (Red+Green+Blue) = 146+196+108=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #92C46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C46C is #6D3B93. Grayscale: #ABABAB. Windows color (decimal): -7158676 or 7128210. OLE color: 7128210.
HSL color Cylindrical-coordinate representation of color #92C46C: hue angle of 94.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92C46C is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 108 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.23 |
| HSL | 94.09º | 0.43% | 0.6% | - |
| HSV(B) | 94.09º | 0.45% | 0.77% | - |
| XYZ | 34.3 | 46.67 | 21.39 | - |
| YUV | 171.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 108 | 0.26 | 0 | 0.45 | 0.23 | 94.09 | 0.43 | 0.6 |
| Hex | 92 | C4 | 6C | 1A | 0 | 2D | 17 | 5E | 2B | 3C |
| Octal | 222 | 304 | 154 | 32 | 0 | 55 | 27 | 136 | 53 | 74 |
| Binary | 10010010 | 11000100 | 1101100 | 11010 | 0 | 101101 | 10111 | 1011110 | 101011 | 111100 |
Color Harmonies of #92C46C
Complementary color
Monochromatic Colors of #92C46C
Black with #92C46C
Text Example
Text Example
White with #92C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C46C; }
p { color: rgb(146,196,108); }
H1.HeaderClassName
{
color: #92C46C;
}
.AnyTagClassName
{
color: #92C46C;
}
</style>
background-color css
<style>
a { background-color: #92C46C; }
a { background-color: rgb(146,196,108); }
div.DivClassName
{
background-color: #92C46C;
}
.BgClassName
{
background-color: #92C46C;
}
</style>
border-color css
<style>
span { border-color: #92C46C; }
span { border-color: rgb(146,196,108); }
td.TdClassName
{
border-color: #92C46C;
}
.TagClassName
{
border-color: #92C46C;
}
</style>