Shades of Olivine #9CBA66
Tints of Olivine #9CBA66
RGB
CMYK
RGB Variations
Color information
#9CBA66 (or 0x9CBA66) is known color: Olivine. HEX triplet: 9C, BA and 66. RGB value is (156,186,102). Sum of RGB (Red+Green+Blue) = 156+186+102=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA66 is #634599. Grayscale: #A7A7A7. Windows color (decimal): -6505882 or 6732444. OLE color: 6732444.
HSL color Cylindrical-coordinate representation of color #9CBA66: hue angle of 81.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CBA66 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 102 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.27 |
| HSL | 81.43º | 0.38% | 0.56% | - |
| HSV(B) | 81.43º | 0.45% | 0.73% | - |
| XYZ | 33.67 | 43.15 | 19.12 | - |
| YUV | 167.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 102 | 0.16 | 0 | 0.45 | 0.27 | 81.43 | 0.38 | 0.56 |
| Hex | 9C | BA | 66 | 10 | 0 | 2D | 1B | 51 | 26 | 38 |
| Octal | 234 | 272 | 146 | 20 | 0 | 55 | 33 | 121 | 46 | 70 |
| Binary | 10011100 | 10111010 | 1100110 | 10000 | 0 | 101101 | 11011 | 1010001 | 100110 | 111000 |
Color Harmonies of #9CBA66
Complementary color
Monochromatic Colors of #9CBA66
Black with #9CBA66
Text Example
Text Example
White with #9CBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA66; }
p { color: rgb(156,186,102); }
H1.HeaderClassName
{
color: #9CBA66;
}
.AnyTagClassName
{
color: #9CBA66;
}
</style>
background-color css
<style>
a { background-color: #9CBA66; }
a { background-color: rgb(156,186,102); }
div.DivClassName
{
background-color: #9CBA66;
}
.BgClassName
{
background-color: #9CBA66;
}
</style>
border-color css
<style>
span { border-color: #9CBA66; }
span { border-color: rgb(156,186,102); }
td.TdClassName
{
border-color: #9CBA66;
}
.TagClassName
{
border-color: #9CBA66;
}
</style>