Shades of Olivine #9CBD66
Tints of Olivine #9CBD66
RGB
CMYK
RGB Variations
Color information
#9CBD66 (or 0x9CBD66) is known color: Olivine. HEX triplet: 9C, BD and 66. RGB value is (156,189,102). Sum of RGB (Red+Green+Blue) = 156+189+102=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD66 is #634299. Grayscale: #A9A9A9. Windows color (decimal): -6505114 or 6733212. OLE color: 6733212.
HSL color Cylindrical-coordinate representation of color #9CBD66: hue angle of 82.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CBD66 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 102 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.26 |
| HSL | 82.76º | 0.4% | 0.57% | - |
| HSV(B) | 82.76º | 0.46% | 0.74% | - |
| XYZ | 34.31 | 44.42 | 19.34 | - |
| YUV | 169.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 102 | 0.17 | 0 | 0.46 | 0.26 | 82.76 | 0.4 | 0.57 |
| Hex | 9C | BD | 66 | 11 | 0 | 2E | 1A | 53 | 28 | 39 |
| Octal | 234 | 275 | 146 | 21 | 0 | 56 | 32 | 123 | 50 | 71 |
| Binary | 10011100 | 10111101 | 1100110 | 10001 | 0 | 101110 | 11010 | 1010011 | 101000 | 111001 |
Color Harmonies of #9CBD66
Complementary color
Monochromatic Colors of #9CBD66
Black with #9CBD66
Text Example
Text Example
White with #9CBD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD66; }
p { color: rgb(156,189,102); }
H1.HeaderClassName
{
color: #9CBD66;
}
.AnyTagClassName
{
color: #9CBD66;
}
</style>
background-color css
<style>
a { background-color: #9CBD66; }
a { background-color: rgb(156,189,102); }
div.DivClassName
{
background-color: #9CBD66;
}
.BgClassName
{
background-color: #9CBD66;
}
</style>
border-color css
<style>
span { border-color: #9CBD66; }
span { border-color: rgb(156,189,102); }
td.TdClassName
{
border-color: #9CBD66;
}
.TagClassName
{
border-color: #9CBD66;
}
</style>