Shades of Olivine #9BC059
Tints of Olivine #9BC059
RGB
CMYK
RGB Variations
Color information
#9BC059 (or 0x9BC059) is known color: Olivine. HEX triplet: 9B, C0 and 59. RGB value is (155,192,89). Sum of RGB (Red+Green+Blue) = 155+192+89=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC059 is #643FA6. Grayscale: #A9A9A9. Windows color (decimal): -6569895 or 5882011. OLE color: 5882011.
HSL color Cylindrical-coordinate representation of color #9BC059: hue angle of 81.55º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BC059 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 89 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.25 |
| HSL | 81.55º | 0.45% | 0.55% | - |
| HSV(B) | 81.55º | 0.54% | 0.75% | - |
| XYZ | 34.17 | 45.39 | 16.41 | - |
| YUV | 169.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 89 | 0.19 | 0 | 0.54 | 0.25 | 81.55 | 0.45 | 0.55 |
| Hex | 9B | C0 | 59 | 13 | 0 | 36 | 19 | 52 | 2D | 37 |
| Octal | 233 | 300 | 131 | 23 | 0 | 66 | 31 | 122 | 55 | 67 |
| Binary | 10011011 | 11000000 | 1011001 | 10011 | 0 | 110110 | 11001 | 1010010 | 101101 | 110111 |
Color Harmonies of #9BC059
Complementary color
Monochromatic Colors of #9BC059
Black with #9BC059
Text Example
Text Example
White with #9BC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC059; }
p { color: rgb(155,192,89); }
H1.HeaderClassName
{
color: #9BC059;
}
.AnyTagClassName
{
color: #9BC059;
}
</style>
background-color css
<style>
a { background-color: #9BC059; }
a { background-color: rgb(155,192,89); }
div.DivClassName
{
background-color: #9BC059;
}
.BgClassName
{
background-color: #9BC059;
}
</style>
border-color css
<style>
span { border-color: #9BC059; }
span { border-color: rgb(155,192,89); }
td.TdClassName
{
border-color: #9BC059;
}
.TagClassName
{
border-color: #9BC059;
}
</style>