Shades of Olivine #9BBE5A
Tints of Olivine #9BBE5A
RGB
CMYK
RGB Variations
Color information
#9BBE5A (or 0x9BBE5A) is known color: Olivine. HEX triplet: 9B, BE and 5A. RGB value is (155,190,90). Sum of RGB (Red+Green+Blue) = 155+190+90=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE5A is #6441A5. Grayscale: #A8A8A8. Windows color (decimal): -6570406 or 5947035. OLE color: 5947035.
HSL color Cylindrical-coordinate representation of color #9BBE5A: hue angle of 81º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BBE5A is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 90 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.25 |
| HSL | 81º | 0.43% | 0.55% | - |
| HSV(B) | 81º | 0.53% | 0.75% | - |
| XYZ | 33.78 | 44.53 | 16.49 | - |
| YUV | 168.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 90 | 0.18 | 0 | 0.53 | 0.25 | 81 | 0.43 | 0.55 |
| Hex | 9B | BE | 5A | 12 | 0 | 35 | 19 | 51 | 2B | 37 |
| Octal | 233 | 276 | 132 | 22 | 0 | 65 | 31 | 121 | 53 | 67 |
| Binary | 10011011 | 10111110 | 1011010 | 10010 | 0 | 110101 | 11001 | 1010001 | 101011 | 110111 |
Color Harmonies of #9BBE5A
Complementary color
Monochromatic Colors of #9BBE5A
Black with #9BBE5A
Text Example
Text Example
White with #9BBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE5A; }
p { color: rgb(155,190,90); }
H1.HeaderClassName
{
color: #9BBE5A;
}
.AnyTagClassName
{
color: #9BBE5A;
}
</style>
background-color css
<style>
a { background-color: #9BBE5A; }
a { background-color: rgb(155,190,90); }
div.DivClassName
{
background-color: #9BBE5A;
}
.BgClassName
{
background-color: #9BBE5A;
}
</style>
border-color css
<style>
span { border-color: #9BBE5A; }
span { border-color: rgb(155,190,90); }
td.TdClassName
{
border-color: #9BBE5A;
}
.TagClassName
{
border-color: #9BBE5A;
}
</style>