Shades of Olivine #9CC86A
Tints of Olivine #9CC86A
RGB
CMYK
RGB Variations
Color information
#9CC86A (or 0x9CC86A) is known color: Olivine. HEX triplet: 9C, C8 and 6A. RGB value is (156,200,106). Sum of RGB (Red+Green+Blue) = 156+200+106=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC86A is #633795. Grayscale: #B0B0B0. Windows color (decimal): -6502294 or 6998172. OLE color: 6998172.
HSL color Cylindrical-coordinate representation of color #9CC86A: hue angle of 88.09º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CC86A is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 106 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.22 |
| HSL | 88.09º | 0.46% | 0.6% | - |
| HSV(B) | 88.09º | 0.47% | 0.78% | - |
| XYZ | 36.97 | 49.42 | 21.23 | - |
| YUV | 176.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 106 | 0.22 | 0 | 0.47 | 0.22 | 88.09 | 0.46 | 0.6 |
| Hex | 9C | C8 | 6A | 16 | 0 | 2F | 16 | 58 | 2E | 3C |
| Octal | 234 | 310 | 152 | 26 | 0 | 57 | 26 | 130 | 56 | 74 |
| Binary | 10011100 | 11001000 | 1101010 | 10110 | 0 | 101111 | 10110 | 1011000 | 101110 | 111100 |
Color Harmonies of #9CC86A
Complementary color
Monochromatic Colors of #9CC86A
Black with #9CC86A
Text Example
Text Example
White with #9CC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC86A; }
p { color: rgb(156,200,106); }
H1.HeaderClassName
{
color: #9CC86A;
}
.AnyTagClassName
{
color: #9CC86A;
}
</style>
background-color css
<style>
a { background-color: #9CC86A; }
a { background-color: rgb(156,200,106); }
div.DivClassName
{
background-color: #9CC86A;
}
.BgClassName
{
background-color: #9CC86A;
}
</style>
border-color css
<style>
span { border-color: #9CC86A; }
span { border-color: rgb(156,200,106); }
td.TdClassName
{
border-color: #9CC86A;
}
.TagClassName
{
border-color: #9CC86A;
}
</style>