Shades of Olivine #9CBC62
Tints of Olivine #9CBC62
RGB
CMYK
RGB Variations
Color information
#9CBC62 (or 0x9CBC62) is known color: Olivine. HEX triplet: 9C, BC and 62. RGB value is (156,188,98). Sum of RGB (Red+Green+Blue) = 156+188+98=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC62 is #63439D. Grayscale: #A8A8A8. Windows color (decimal): -6505374 or 6470812. OLE color: 6470812.
HSL color Cylindrical-coordinate representation of color #9CBC62: hue angle of 81.33º 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 #9CBC62 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 98 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.26 |
| HSL | 81.33º | 0.4% | 0.56% | - |
| HSV(B) | 81.33º | 0.48% | 0.74% | - |
| XYZ | 33.9 | 43.92 | 18.25 | - |
| YUV | 168.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 98 | 0.17 | 0 | 0.48 | 0.26 | 81.33 | 0.4 | 0.56 |
| Hex | 9C | BC | 62 | 11 | 0 | 30 | 1A | 51 | 28 | 38 |
| Octal | 234 | 274 | 142 | 21 | 0 | 60 | 32 | 121 | 50 | 70 |
| Binary | 10011100 | 10111100 | 1100010 | 10001 | 0 | 110000 | 11010 | 1010001 | 101000 | 111000 |
Color Harmonies of #9CBC62
Complementary color
Monochromatic Colors of #9CBC62
Black with #9CBC62
Text Example
Text Example
White with #9CBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC62; }
p { color: rgb(156,188,98); }
H1.HeaderClassName
{
color: #9CBC62;
}
.AnyTagClassName
{
color: #9CBC62;
}
</style>
background-color css
<style>
a { background-color: #9CBC62; }
a { background-color: rgb(156,188,98); }
div.DivClassName
{
background-color: #9CBC62;
}
.BgClassName
{
background-color: #9CBC62;
}
</style>
border-color css
<style>
span { border-color: #9CBC62; }
span { border-color: rgb(156,188,98); }
td.TdClassName
{
border-color: #9CBC62;
}
.TagClassName
{
border-color: #9CBC62;
}
</style>