Shades of Olivine #92C16C
Tints of Olivine #92C16C
RGB
CMYK
RGB Variations
Color information
#92C16C (or 0x92C16C) is known color: Olivine. HEX triplet: 92, C1 and 6C. RGB value is (146,193,108). Sum of RGB (Red+Green+Blue) = 146+193+108=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #92C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C16C is #6D3E93. Grayscale: #A9A9A9. Windows color (decimal): -7159444 or 7127442. OLE color: 7127442.
HSL color Cylindrical-coordinate representation of color #92C16C: hue angle of 93.18º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92C16C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 108 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.24 |
| HSL | 93.18º | 0.41% | 0.59% | - |
| HSV(B) | 93.18º | 0.44% | 0.76% | - |
| XYZ | 33.63 | 45.33 | 21.17 | - |
| YUV | 169.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 108 | 0.24 | 0 | 0.44 | 0.24 | 93.18 | 0.41 | 0.59 |
| Hex | 92 | C1 | 6C | 18 | 0 | 2C | 18 | 5D | 29 | 3B |
| Octal | 222 | 301 | 154 | 30 | 0 | 54 | 30 | 135 | 51 | 73 |
| Binary | 10010010 | 11000001 | 1101100 | 11000 | 0 | 101100 | 11000 | 1011101 | 101001 | 111011 |
Color Harmonies of #92C16C
Complementary color
Monochromatic Colors of #92C16C
Black with #92C16C
Text Example
Text Example
White with #92C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C16C; }
p { color: rgb(146,193,108); }
H1.HeaderClassName
{
color: #92C16C;
}
.AnyTagClassName
{
color: #92C16C;
}
</style>
background-color css
<style>
a { background-color: #92C16C; }
a { background-color: rgb(146,193,108); }
div.DivClassName
{
background-color: #92C16C;
}
.BgClassName
{
background-color: #92C16C;
}
</style>
border-color css
<style>
span { border-color: #92C16C; }
span { border-color: rgb(146,193,108); }
td.TdClassName
{
border-color: #92C16C;
}
.TagClassName
{
border-color: #92C16C;
}
</style>