Shades of Olivine #9CBC65
Tints of Olivine #9CBC65
RGB
CMYK
RGB Variations
Color information
#9CBC65 (or 0x9CBC65) is known color: Olivine. HEX triplet: 9C, BC and 65. RGB value is (156,188,101). Sum of RGB (Red+Green+Blue) = 156+188+101=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC65 is #63439A. Grayscale: #A8A8A8. Windows color (decimal): -6505371 or 6667420. OLE color: 6667420.
HSL color Cylindrical-coordinate representation of color #9CBC65: hue angle of 82.07º degrees, saturation: 0.39, 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 #9CBC65 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 101 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.26 |
| HSL | 82.07º | 0.39% | 0.57% | - |
| HSV(B) | 82.07º | 0.46% | 0.74% | - |
| XYZ | 34.04 | 43.97 | 19.01 | - |
| YUV | 168.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 101 | 0.17 | 0 | 0.46 | 0.26 | 82.07 | 0.39 | 0.57 |
| Hex | 9C | BC | 65 | 11 | 0 | 2E | 1A | 52 | 27 | 39 |
| Octal | 234 | 274 | 145 | 21 | 0 | 56 | 32 | 122 | 47 | 71 |
| Binary | 10011100 | 10111100 | 1100101 | 10001 | 0 | 101110 | 11010 | 1010010 | 100111 | 111001 |
Color Harmonies of #9CBC65
Complementary color
Monochromatic Colors of #9CBC65
Black with #9CBC65
Text Example
Text Example
White with #9CBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC65; }
p { color: rgb(156,188,101); }
H1.HeaderClassName
{
color: #9CBC65;
}
.AnyTagClassName
{
color: #9CBC65;
}
</style>
background-color css
<style>
a { background-color: #9CBC65; }
a { background-color: rgb(156,188,101); }
div.DivClassName
{
background-color: #9CBC65;
}
.BgClassName
{
background-color: #9CBC65;
}
</style>
border-color css
<style>
span { border-color: #9CBC65; }
span { border-color: rgb(156,188,101); }
td.TdClassName
{
border-color: #9CBC65;
}
.TagClassName
{
border-color: #9CBC65;
}
</style>