Shades of Olivine #9CBD61
Tints of Olivine #9CBD61
RGB
CMYK
RGB Variations
Color information
#9CBD61 (or 0x9CBD61) is known color: Olivine. HEX triplet: 9C, BD and 61. RGB value is (156,189,97). Sum of RGB (Red+Green+Blue) = 156+189+97=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD61 is #63429E. Grayscale: #A8A8A8. Windows color (decimal): -6505119 or 6405532. OLE color: 6405532.
HSL color Cylindrical-coordinate representation of color #9CBD61: hue angle of 81.52º 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 #9CBD61 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 97 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.26 |
| HSL | 81.52º | 0.41% | 0.56% | - |
| HSV(B) | 81.52º | 0.49% | 0.74% | - |
| XYZ | 34.07 | 44.33 | 18.07 | - |
| YUV | 168.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 97 | 0.17 | 0 | 0.49 | 0.26 | 81.52 | 0.41 | 0.56 |
| Hex | 9C | BD | 61 | 11 | 0 | 31 | 1A | 52 | 29 | 38 |
| Octal | 234 | 275 | 141 | 21 | 0 | 61 | 32 | 122 | 51 | 70 |
| Binary | 10011100 | 10111101 | 1100001 | 10001 | 0 | 110001 | 11010 | 1010010 | 101001 | 111000 |
Color Harmonies of #9CBD61
Complementary color
Monochromatic Colors of #9CBD61
Black with #9CBD61
Text Example
Text Example
White with #9CBD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD61; }
p { color: rgb(156,189,97); }
H1.HeaderClassName
{
color: #9CBD61;
}
.AnyTagClassName
{
color: #9CBD61;
}
</style>
background-color css
<style>
a { background-color: #9CBD61; }
a { background-color: rgb(156,189,97); }
div.DivClassName
{
background-color: #9CBD61;
}
.BgClassName
{
background-color: #9CBD61;
}
</style>
border-color css
<style>
span { border-color: #9CBD61; }
span { border-color: rgb(156,189,97); }
td.TdClassName
{
border-color: #9CBD61;
}
.TagClassName
{
border-color: #9CBD61;
}
</style>