Shades of Olivine #9CBA5E
Tints of Olivine #9CBA5E
RGB
CMYK
RGB Variations
Color information
#9CBA5E (or 0x9CBA5E) is known color: Olivine. HEX triplet: 9C, BA and 5E. RGB value is (156,186,94). Sum of RGB (Red+Green+Blue) = 156+186+94=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA5E is #6345A1. Grayscale: #A6A6A6. Windows color (decimal): -6505890 or 6208156. OLE color: 6208156.
HSL color Cylindrical-coordinate representation of color #9CBA5E: hue angle of 79.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CBA5E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 94 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.27 |
| HSL | 79.57º | 0.4% | 0.55% | - |
| HSV(B) | 79.57º | 0.49% | 0.73% | - |
| XYZ | 33.29 | 42.99 | 17.13 | - |
| YUV | 166.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 94 | 0.16 | 0 | 0.49 | 0.27 | 79.57 | 0.4 | 0.55 |
| Hex | 9C | BA | 5E | 10 | 0 | 31 | 1B | 50 | 28 | 37 |
| Octal | 234 | 272 | 136 | 20 | 0 | 61 | 33 | 120 | 50 | 67 |
| Binary | 10011100 | 10111010 | 1011110 | 10000 | 0 | 110001 | 11011 | 1010000 | 101000 | 110111 |
Color Harmonies of #9CBA5E
Complementary color
Monochromatic Colors of #9CBA5E
Black with #9CBA5E
Text Example
Text Example
White with #9CBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA5E; }
p { color: rgb(156,186,94); }
H1.HeaderClassName
{
color: #9CBA5E;
}
.AnyTagClassName
{
color: #9CBA5E;
}
</style>
background-color css
<style>
a { background-color: #9CBA5E; }
a { background-color: rgb(156,186,94); }
div.DivClassName
{
background-color: #9CBA5E;
}
.BgClassName
{
background-color: #9CBA5E;
}
</style>
border-color css
<style>
span { border-color: #9CBA5E; }
span { border-color: rgb(156,186,94); }
td.TdClassName
{
border-color: #9CBA5E;
}
.TagClassName
{
border-color: #9CBA5E;
}
</style>