Shades of Olivine #9CBA73
Tints of Olivine #9CBA73
RGB
CMYK
RGB Variations
Color information
#9CBA73 (or 0x9CBA73) is known color: Olivine. HEX triplet: 9C, BA and 73. RGB value is (156,186,115). Sum of RGB (Red+Green+Blue) = 156+186+115=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA73 is #63458C. Grayscale: #A9A9A9. Windows color (decimal): -6505869 or 7584412. OLE color: 7584412.
HSL color Cylindrical-coordinate representation of color #9CBA73: hue angle of 85.35º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CBA73 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 115 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.27 |
| HSL | 85.35º | 0.34% | 0.59% | - |
| HSV(B) | 85.35º | 0.38% | 0.73% | - |
| XYZ | 34.36 | 43.42 | 22.79 | - |
| YUV | 168.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 115 | 0.16 | 0 | 0.38 | 0.27 | 85.35 | 0.34 | 0.59 |
| Hex | 9C | BA | 73 | 10 | 0 | 26 | 1B | 55 | 22 | 3B |
| Octal | 234 | 272 | 163 | 20 | 0 | 46 | 33 | 125 | 42 | 73 |
| Binary | 10011100 | 10111010 | 1110011 | 10000 | 0 | 100110 | 11011 | 1010101 | 100010 | 111011 |
Color Harmonies of #9CBA73
Complementary color
Monochromatic Colors of #9CBA73
Black with #9CBA73
Text Example
Text Example
White with #9CBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA73; }
p { color: rgb(156,186,115); }
H1.HeaderClassName
{
color: #9CBA73;
}
.AnyTagClassName
{
color: #9CBA73;
}
</style>
background-color css
<style>
a { background-color: #9CBA73; }
a { background-color: rgb(156,186,115); }
div.DivClassName
{
background-color: #9CBA73;
}
.BgClassName
{
background-color: #9CBA73;
}
</style>
border-color css
<style>
span { border-color: #9CBA73; }
span { border-color: rgb(156,186,115); }
td.TdClassName
{
border-color: #9CBA73;
}
.TagClassName
{
border-color: #9CBA73;
}
</style>