Shades of Olivine #9CB963
Tints of Olivine #9CB963
RGB
CMYK
RGB Variations
Color information
#9CB963 (or 0x9CB963) is known color: Olivine. HEX triplet: 9C, B9 and 63. RGB value is (156,185,99). Sum of RGB (Red+Green+Blue) = 156+185+99=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB963 is #63469C. Grayscale: #A6A6A6. Windows color (decimal): -6506141 or 6535580. OLE color: 6535580.
HSL color Cylindrical-coordinate representation of color #9CB963: hue angle of 80.23º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CB963 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 99 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.27 |
| HSL | 80.23º | 0.38% | 0.56% | - |
| HSV(B) | 80.23º | 0.46% | 0.73% | - |
| XYZ | 33.31 | 42.67 | 18.28 | - |
| YUV | 166.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 99 | 0.16 | 0 | 0.46 | 0.27 | 80.23 | 0.38 | 0.56 |
| Hex | 9C | B9 | 63 | 10 | 0 | 2E | 1B | 50 | 26 | 38 |
| Octal | 234 | 271 | 143 | 20 | 0 | 56 | 33 | 120 | 46 | 70 |
| Binary | 10011100 | 10111001 | 1100011 | 10000 | 0 | 101110 | 11011 | 1010000 | 100110 | 111000 |
Color Harmonies of #9CB963
Complementary color
Monochromatic Colors of #9CB963
Black with #9CB963
Text Example
Text Example
White with #9CB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB963; }
p { color: rgb(156,185,99); }
H1.HeaderClassName
{
color: #9CB963;
}
.AnyTagClassName
{
color: #9CB963;
}
</style>
background-color css
<style>
a { background-color: #9CB963; }
a { background-color: rgb(156,185,99); }
div.DivClassName
{
background-color: #9CB963;
}
.BgClassName
{
background-color: #9CB963;
}
</style>
border-color css
<style>
span { border-color: #9CB963; }
span { border-color: rgb(156,185,99); }
td.TdClassName
{
border-color: #9CB963;
}
.TagClassName
{
border-color: #9CB963;
}
</style>