Shades of Olivine #9BBD80
Tints of Olivine #9BBD80
RGB
CMYK
RGB Variations
Color information
#9BBD80 (or 0x9BBD80) is known color: Olivine. HEX triplet: 9B, BD and 80. RGB value is (155,189,128). Sum of RGB (Red+Green+Blue) = 155+189+128=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD80 is #64427F. Grayscale: #ACACAC. Windows color (decimal): -6570624 or 8437147. OLE color: 8437147.
HSL color Cylindrical-coordinate representation of color #9BBD80: hue angle of 93.44º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BBD80 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 128 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.26 |
| HSL | 93.44º | 0.32% | 0.62% | - |
| HSV(B) | 93.44º | 0.32% | 0.74% | - |
| XYZ | 35.61 | 44.92 | 27.22 | - |
| YUV | 171.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 128 | 0.18 | 0 | 0.32 | 0.26 | 93.44 | 0.32 | 0.62 |
| Hex | 9B | BD | 80 | 12 | 0 | 20 | 1A | 5D | 20 | 3E |
| Octal | 233 | 275 | 200 | 22 | 0 | 40 | 32 | 135 | 40 | 76 |
| Binary | 10011011 | 10111101 | 10000000 | 10010 | 0 | 100000 | 11010 | 1011101 | 100000 | 111110 |
Color Harmonies of #9BBD80
Complementary color
Monochromatic Colors of #9BBD80
Black with #9BBD80
Text Example
Text Example
White with #9BBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD80; }
p { color: rgb(155,189,128); }
H1.HeaderClassName
{
color: #9BBD80;
}
.AnyTagClassName
{
color: #9BBD80;
}
</style>
background-color css
<style>
a { background-color: #9BBD80; }
a { background-color: rgb(155,189,128); }
div.DivClassName
{
background-color: #9BBD80;
}
.BgClassName
{
background-color: #9BBD80;
}
</style>
border-color css
<style>
span { border-color: #9BBD80; }
span { border-color: rgb(155,189,128); }
td.TdClassName
{
border-color: #9BBD80;
}
.TagClassName
{
border-color: #9BBD80;
}
</style>