Shades of Olivine #92C56A
Tints of Olivine #92C56A
RGB
CMYK
RGB Variations
Color information
#92C56A (or 0x92C56A) is known color: Olivine. HEX triplet: 92, C5 and 6A. RGB value is (146,197,106). Sum of RGB (Red+Green+Blue) = 146+197+106=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #92C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C56A is #6D3A95. Grayscale: #ABABAB. Windows color (decimal): -7158422 or 6997394. OLE color: 6997394.
HSL color Cylindrical-coordinate representation of color #92C56A: hue angle of 93.63º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92C56A is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 106 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.23 |
| HSL | 93.63º | 0.44% | 0.59% | - |
| HSV(B) | 93.63º | 0.46% | 0.77% | - |
| XYZ | 34.42 | 47.08 | 20.91 | - |
| YUV | 171.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 106 | 0.26 | 0 | 0.46 | 0.23 | 93.63 | 0.44 | 0.59 |
| Hex | 92 | C5 | 6A | 1A | 0 | 2E | 17 | 5E | 2C | 3B |
| Octal | 222 | 305 | 152 | 32 | 0 | 56 | 27 | 136 | 54 | 73 |
| Binary | 10010010 | 11000101 | 1101010 | 11010 | 0 | 101110 | 10111 | 1011110 | 101100 | 111011 |
Color Harmonies of #92C56A
Complementary color
Monochromatic Colors of #92C56A
Black with #92C56A
Text Example
Text Example
White with #92C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C56A; }
p { color: rgb(146,197,106); }
H1.HeaderClassName
{
color: #92C56A;
}
.AnyTagClassName
{
color: #92C56A;
}
</style>
background-color css
<style>
a { background-color: #92C56A; }
a { background-color: rgb(146,197,106); }
div.DivClassName
{
background-color: #92C56A;
}
.BgClassName
{
background-color: #92C56A;
}
</style>
border-color css
<style>
span { border-color: #92C56A; }
span { border-color: rgb(146,197,106); }
td.TdClassName
{
border-color: #92C56A;
}
.TagClassName
{
border-color: #92C56A;
}
</style>