Shades of Olivine #9BC959
Tints of Olivine #9BC959
RGB
CMYK
RGB Variations
Color information
#9BC959 (or 0x9BC959) is known color: Olivine. HEX triplet: 9B, C9 and 59. RGB value is (155,201,89). Sum of RGB (Red+Green+Blue) = 155+201+89=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC959 is #6436A6. Grayscale: #AEAEAE. Windows color (decimal): -6567591 or 5884315. OLE color: 5884315.
HSL color Cylindrical-coordinate representation of color #9BC959: hue angle of 84.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BC959 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 89 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.21 |
| HSL | 84.64º | 0.51% | 0.57% | - |
| HSV(B) | 84.64º | 0.56% | 0.79% | - |
| XYZ | 36.21 | 49.46 | 17.09 | - |
| YUV | 174.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 89 | 0.23 | 0 | 0.56 | 0.21 | 84.64 | 0.51 | 0.57 |
| Hex | 9B | C9 | 59 | 17 | 0 | 38 | 15 | 55 | 33 | 39 |
| Octal | 233 | 311 | 131 | 27 | 0 | 70 | 25 | 125 | 63 | 71 |
| Binary | 10011011 | 11001001 | 1011001 | 10111 | 0 | 111000 | 10101 | 1010101 | 110011 | 111001 |
Color Harmonies of #9BC959
Complementary color
Monochromatic Colors of #9BC959
Black with #9BC959
Text Example
Text Example
White with #9BC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC959; }
p { color: rgb(155,201,89); }
H1.HeaderClassName
{
color: #9BC959;
}
.AnyTagClassName
{
color: #9BC959;
}
</style>
background-color css
<style>
a { background-color: #9BC959; }
a { background-color: rgb(155,201,89); }
div.DivClassName
{
background-color: #9BC959;
}
.BgClassName
{
background-color: #9BC959;
}
</style>
border-color css
<style>
span { border-color: #9BC959; }
span { border-color: rgb(155,201,89); }
td.TdClassName
{
border-color: #9BC959;
}
.TagClassName
{
border-color: #9BC959;
}
</style>