Shades of Olivine #9CC86F
Tints of Olivine #9CC86F
RGB
CMYK
RGB Variations
Color information
#9CC86F (or 0x9CC86F) is known color: Olivine. HEX triplet: 9C, C8 and 6F. RGB value is (156,200,111). Sum of RGB (Red+Green+Blue) = 156+200+111=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC86F is #633790. Grayscale: #B1B1B1. Windows color (decimal): -6502289 or 7325852. OLE color: 7325852.
HSL color Cylindrical-coordinate representation of color #9CC86F: hue angle of 89.66º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CC86F is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 111 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.22 |
| HSL | 89.66º | 0.45% | 0.61% | - |
| HSV(B) | 89.66º | 0.45% | 0.78% | - |
| XYZ | 37.23 | 49.52 | 22.64 | - |
| YUV | 176.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 111 | 0.22 | 0 | 0.44 | 0.22 | 89.66 | 0.45 | 0.61 |
| Hex | 9C | C8 | 6F | 16 | 0 | 2C | 16 | 5A | 2D | 3D |
| Octal | 234 | 310 | 157 | 26 | 0 | 54 | 26 | 132 | 55 | 75 |
| Binary | 10011100 | 11001000 | 1101111 | 10110 | 0 | 101100 | 10110 | 1011010 | 101101 | 111101 |
Color Harmonies of #9CC86F
Complementary color
Monochromatic Colors of #9CC86F
Black with #9CC86F
Text Example
Text Example
White with #9CC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC86F; }
p { color: rgb(156,200,111); }
H1.HeaderClassName
{
color: #9CC86F;
}
.AnyTagClassName
{
color: #9CC86F;
}
</style>
background-color css
<style>
a { background-color: #9CC86F; }
a { background-color: rgb(156,200,111); }
div.DivClassName
{
background-color: #9CC86F;
}
.BgClassName
{
background-color: #9CC86F;
}
</style>
border-color css
<style>
span { border-color: #9CC86F; }
span { border-color: rgb(156,200,111); }
td.TdClassName
{
border-color: #9CC86F;
}
.TagClassName
{
border-color: #9CC86F;
}
</style>