Shades of Olivine #9BBE80
Tints of Olivine #9BBE80
RGB
CMYK
RGB Variations
Color information
#9BBE80 (or 0x9BBE80) is known color: Olivine. HEX triplet: 9B, BE and 80. RGB value is (155,190,128). Sum of RGB (Red+Green+Blue) = 155+190+128=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE80 is #64417F. Grayscale: #ACACAC. Windows color (decimal): -6570368 or 8437403. OLE color: 8437403.
HSL color Cylindrical-coordinate representation of color #9BBE80: hue angle of 93.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBE80 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 128 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.25 |
| HSL | 93.87º | 0.32% | 0.62% | - |
| HSV(B) | 93.87º | 0.33% | 0.75% | - |
| XYZ | 35.83 | 45.35 | 27.29 | - |
| YUV | 172.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 128 | 0.18 | 0 | 0.33 | 0.25 | 93.87 | 0.32 | 0.62 |
| Hex | 9B | BE | 80 | 12 | 0 | 21 | 19 | 5E | 20 | 3E |
| Octal | 233 | 276 | 200 | 22 | 0 | 41 | 31 | 136 | 40 | 76 |
| Binary | 10011011 | 10111110 | 10000000 | 10010 | 0 | 100001 | 11001 | 1011110 | 100000 | 111110 |
Color Harmonies of #9BBE80
Complementary color
Monochromatic Colors of #9BBE80
Black with #9BBE80
Text Example
Text Example
White with #9BBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE80; }
p { color: rgb(155,190,128); }
H1.HeaderClassName
{
color: #9BBE80;
}
.AnyTagClassName
{
color: #9BBE80;
}
</style>
background-color css
<style>
a { background-color: #9BBE80; }
a { background-color: rgb(155,190,128); }
div.DivClassName
{
background-color: #9BBE80;
}
.BgClassName
{
background-color: #9BBE80;
}
</style>
border-color css
<style>
span { border-color: #9BBE80; }
span { border-color: rgb(155,190,128); }
td.TdClassName
{
border-color: #9BBE80;
}
.TagClassName
{
border-color: #9BBE80;
}
</style>