Shades of Olivine #9BAD80
Tints of Olivine #9BAD80
RGB
CMYK
RGB Variations
Color information
#9BAD80 (or 0x9BAD80) is known color: Olivine. HEX triplet: 9B, AD and 80. RGB value is (155,173,128). Sum of RGB (Red+Green+Blue) = 155+173+128=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD80 is #64527F. Grayscale: #A2A2A2. Windows color (decimal): -6574720 or 8433051. OLE color: 8433051.
HSL color Cylindrical-coordinate representation of color #9BAD80: hue angle of 84º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BAD80 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 128 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.32 |
| HSL | 84º | 0.22% | 0.59% | - |
| HSV(B) | 84º | 0.26% | 0.68% | - |
| XYZ | 32.36 | 38.41 | 26.13 | - |
| YUV | 162.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 128 | 0.10 | 0 | 0.26 | 0.32 | 84 | 0.22 | 0.59 |
| Hex | 9B | AD | 80 | A | 0 | 1A | 20 | 54 | 16 | 3B |
| Octal | 233 | 255 | 200 | 12 | 0 | 32 | 40 | 124 | 26 | 73 |
| Binary | 10011011 | 10101101 | 10000000 | 1010 | 0 | 11010 | 100000 | 1010100 | 10110 | 111011 |
Color Harmonies of #9BAD80
Complementary color
Monochromatic Colors of #9BAD80
Black with #9BAD80
Text Example
Text Example
White with #9BAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD80; }
p { color: rgb(155,173,128); }
H1.HeaderClassName
{
color: #9BAD80;
}
.AnyTagClassName
{
color: #9BAD80;
}
</style>
background-color css
<style>
a { background-color: #9BAD80; }
a { background-color: rgb(155,173,128); }
div.DivClassName
{
background-color: #9BAD80;
}
.BgClassName
{
background-color: #9BAD80;
}
</style>
border-color css
<style>
span { border-color: #9BAD80; }
span { border-color: rgb(155,173,128); }
td.TdClassName
{
border-color: #9BAD80;
}
.TagClassName
{
border-color: #9BAD80;
}
</style>