Shades of Olivine #9BBC59
Tints of Olivine #9BBC59
RGB
CMYK
RGB Variations
Color information
#9BBC59 (or 0x9BBC59) is known color: Olivine. HEX triplet: 9B, BC and 59. RGB value is (155,188,89). Sum of RGB (Red+Green+Blue) = 155+188+89=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC59 is #6443A6. Grayscale: #A7A7A7. Windows color (decimal): -6570919 or 5880987. OLE color: 5880987.
HSL color Cylindrical-coordinate representation of color #9BBC59: hue angle of 80º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BBC59 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 89 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.26 |
| HSL | 80º | 0.42% | 0.54% | - |
| HSV(B) | 80º | 0.53% | 0.74% | - |
| XYZ | 33.3 | 43.66 | 16.12 | - |
| YUV | 166.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 89 | 0.18 | 0 | 0.53 | 0.26 | 80 | 0.42 | 0.54 |
| Hex | 9B | BC | 59 | 12 | 0 | 35 | 1A | 50 | 2A | 36 |
| Octal | 233 | 274 | 131 | 22 | 0 | 65 | 32 | 120 | 52 | 66 |
| Binary | 10011011 | 10111100 | 1011001 | 10010 | 0 | 110101 | 11010 | 1010000 | 101010 | 110110 |
Color Harmonies of #9BBC59
Complementary color
Monochromatic Colors of #9BBC59
Black with #9BBC59
Text Example
Text Example
White with #9BBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC59; }
p { color: rgb(155,188,89); }
H1.HeaderClassName
{
color: #9BBC59;
}
.AnyTagClassName
{
color: #9BBC59;
}
</style>
background-color css
<style>
a { background-color: #9BBC59; }
a { background-color: rgb(155,188,89); }
div.DivClassName
{
background-color: #9BBC59;
}
.BgClassName
{
background-color: #9BBC59;
}
</style>
border-color css
<style>
span { border-color: #9BBC59; }
span { border-color: rgb(155,188,89); }
td.TdClassName
{
border-color: #9BBC59;
}
.TagClassName
{
border-color: #9BBC59;
}
</style>