Shades of Olivine #9CBC60
Tints of Olivine #9CBC60
RGB
CMYK
RGB Variations
Color information
#9CBC60 (or 0x9CBC60) is known color: Olivine. HEX triplet: 9C, BC and 60. RGB value is (156,188,96). Sum of RGB (Red+Green+Blue) = 156+188+96=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC60 is #63439F. Grayscale: #A8A8A8. Windows color (decimal): -6505376 or 6339740. OLE color: 6339740.
HSL color Cylindrical-coordinate representation of color #9CBC60: hue angle of 80.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CBC60 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 96 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.26 |
| HSL | 80.87º | 0.41% | 0.56% | - |
| HSV(B) | 80.87º | 0.49% | 0.74% | - |
| XYZ | 33.8 | 43.88 | 17.75 | - |
| YUV | 167.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 96 | 0.17 | 0 | 0.49 | 0.26 | 80.87 | 0.41 | 0.56 |
| Hex | 9C | BC | 60 | 11 | 0 | 31 | 1A | 51 | 29 | 38 |
| Octal | 234 | 274 | 140 | 21 | 0 | 61 | 32 | 121 | 51 | 70 |
| Binary | 10011100 | 10111100 | 1100000 | 10001 | 0 | 110001 | 11010 | 1010001 | 101001 | 111000 |
Color Harmonies of #9CBC60
Complementary color
Monochromatic Colors of #9CBC60
Black with #9CBC60
Text Example
Text Example
White with #9CBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC60; }
p { color: rgb(156,188,96); }
H1.HeaderClassName
{
color: #9CBC60;
}
.AnyTagClassName
{
color: #9CBC60;
}
</style>
background-color css
<style>
a { background-color: #9CBC60; }
a { background-color: rgb(156,188,96); }
div.DivClassName
{
background-color: #9CBC60;
}
.BgClassName
{
background-color: #9CBC60;
}
</style>
border-color css
<style>
span { border-color: #9CBC60; }
span { border-color: rgb(156,188,96); }
td.TdClassName
{
border-color: #9CBC60;
}
.TagClassName
{
border-color: #9CBC60;
}
</style>