Shades of Olivine #9CBA63
Tints of Olivine #9CBA63
RGB
CMYK
RGB Variations
Color information
#9CBA63 (or 0x9CBA63) is known color: Olivine. HEX triplet: 9C, BA and 63. RGB value is (156,186,99). Sum of RGB (Red+Green+Blue) = 156+186+99=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA63 is #63459C. Grayscale: #A7A7A7. Windows color (decimal): -6505885 or 6535836. OLE color: 6535836.
HSL color Cylindrical-coordinate representation of color #9CBA63: hue angle of 80.69º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CBA63 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 99 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.27 |
| HSL | 80.69º | 0.39% | 0.56% | - |
| HSV(B) | 80.69º | 0.47% | 0.73% | - |
| XYZ | 33.52 | 43.09 | 18.35 | - |
| YUV | 167.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 99 | 0.16 | 0 | 0.47 | 0.27 | 80.69 | 0.39 | 0.56 |
| Hex | 9C | BA | 63 | 10 | 0 | 2F | 1B | 51 | 27 | 38 |
| Octal | 234 | 272 | 143 | 20 | 0 | 57 | 33 | 121 | 47 | 70 |
| Binary | 10011100 | 10111010 | 1100011 | 10000 | 0 | 101111 | 11011 | 1010001 | 100111 | 111000 |
Color Harmonies of #9CBA63
Complementary color
Monochromatic Colors of #9CBA63
Black with #9CBA63
Text Example
Text Example
White with #9CBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA63; }
p { color: rgb(156,186,99); }
H1.HeaderClassName
{
color: #9CBA63;
}
.AnyTagClassName
{
color: #9CBA63;
}
</style>
background-color css
<style>
a { background-color: #9CBA63; }
a { background-color: rgb(156,186,99); }
div.DivClassName
{
background-color: #9CBA63;
}
.BgClassName
{
background-color: #9CBA63;
}
</style>
border-color css
<style>
span { border-color: #9CBA63; }
span { border-color: rgb(156,186,99); }
td.TdClassName
{
border-color: #9CBA63;
}
.TagClassName
{
border-color: #9CBA63;
}
</style>