Shades of Olivine #9CBC61
Tints of Olivine #9CBC61
RGB
CMYK
RGB Variations
Color information
#9CBC61 (or 0x9CBC61) is known color: Olivine. HEX triplet: 9C, BC and 61. RGB value is (156,188,97). Sum of RGB (Red+Green+Blue) = 156+188+97=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC61 is #63439E. Grayscale: #A8A8A8. Windows color (decimal): -6505375 or 6405276. OLE color: 6405276.
HSL color Cylindrical-coordinate representation of color #9CBC61: hue angle of 81.1º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CBC61 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 97 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.26 |
| HSL | 81.1º | 0.4% | 0.56% | - |
| HSV(B) | 81.1º | 0.48% | 0.74% | - |
| XYZ | 33.85 | 43.9 | 18 | - |
| YUV | 168.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 97 | 0.17 | 0 | 0.48 | 0.26 | 81.1 | 0.4 | 0.56 |
| Hex | 9C | BC | 61 | 11 | 0 | 30 | 1A | 51 | 28 | 38 |
| Octal | 234 | 274 | 141 | 21 | 0 | 60 | 32 | 121 | 50 | 70 |
| Binary | 10011100 | 10111100 | 1100001 | 10001 | 0 | 110000 | 11010 | 1010001 | 101000 | 111000 |
Color Harmonies of #9CBC61
Complementary color
Monochromatic Colors of #9CBC61
Black with #9CBC61
Text Example
Text Example
White with #9CBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC61; }
p { color: rgb(156,188,97); }
H1.HeaderClassName
{
color: #9CBC61;
}
.AnyTagClassName
{
color: #9CBC61;
}
</style>
background-color css
<style>
a { background-color: #9CBC61; }
a { background-color: rgb(156,188,97); }
div.DivClassName
{
background-color: #9CBC61;
}
.BgClassName
{
background-color: #9CBC61;
}
</style>
border-color css
<style>
span { border-color: #9CBC61; }
span { border-color: rgb(156,188,97); }
td.TdClassName
{
border-color: #9CBC61;
}
.TagClassName
{
border-color: #9CBC61;
}
</style>