Shades of Olivine #9CB962
Tints of Olivine #9CB962
RGB
CMYK
RGB Variations
Color information
#9CB962 (or 0x9CB962) is known color: Olivine. HEX triplet: 9C, B9 and 62. RGB value is (156,185,98). Sum of RGB (Red+Green+Blue) = 156+185+98=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB962 is #63469D. Grayscale: #A6A6A6. Windows color (decimal): -6506142 or 6470044. OLE color: 6470044.
HSL color Cylindrical-coordinate representation of color #9CB962: hue angle of 80º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CB962 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 98 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.27 |
| HSL | 80º | 0.38% | 0.55% | - |
| HSV(B) | 80º | 0.47% | 0.73% | - |
| XYZ | 33.26 | 42.65 | 18.03 | - |
| YUV | 166.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 98 | 0.16 | 0 | 0.47 | 0.27 | 80 | 0.38 | 0.55 |
| Hex | 9C | B9 | 62 | 10 | 0 | 2F | 1B | 50 | 26 | 37 |
| Octal | 234 | 271 | 142 | 20 | 0 | 57 | 33 | 120 | 46 | 67 |
| Binary | 10011100 | 10111001 | 1100010 | 10000 | 0 | 101111 | 11011 | 1010000 | 100110 | 110111 |
Color Harmonies of #9CB962
Complementary color
Monochromatic Colors of #9CB962
Black with #9CB962
Text Example
Text Example
White with #9CB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB962; }
p { color: rgb(156,185,98); }
H1.HeaderClassName
{
color: #9CB962;
}
.AnyTagClassName
{
color: #9CB962;
}
</style>
background-color css
<style>
a { background-color: #9CB962; }
a { background-color: rgb(156,185,98); }
div.DivClassName
{
background-color: #9CB962;
}
.BgClassName
{
background-color: #9CB962;
}
</style>
border-color css
<style>
span { border-color: #9CB962; }
span { border-color: rgb(156,185,98); }
td.TdClassName
{
border-color: #9CB962;
}
.TagClassName
{
border-color: #9CB962;
}
</style>