Shades of Avocado #9BA06D
Tints of Avocado #9BA06D
RGB
CMYK
RGB Variations
Color information
#9BA06D (or 0x9BA06D) is known color: Avocado. HEX triplet: 9B, A0 and 6D. RGB value is (155,160,109). Sum of RGB (Red+Green+Blue) = 155+160+109=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA06D is #645F92. Grayscale: #989898. Windows color (decimal): -6578067 or 7184539. OLE color: 7184539.
HSL color Cylindrical-coordinate representation of color #9BA06D: hue angle of 65.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA06D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 109 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.37 |
| HSL | 65.88º | 0.21% | 0.53% | - |
| HSV(B) | 65.88º | 0.32% | 0.63% | - |
| XYZ | 28.85 | 33.21 | 19.36 | - |
| YUV | 152.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 109 | 0.03 | 0 | 0.32 | 0.37 | 65.88 | 0.21 | 0.53 |
| Hex | 9B | A0 | 6D | 3 | 0 | 20 | 25 | 42 | 15 | 35 |
| Octal | 233 | 240 | 155 | 3 | 0 | 40 | 45 | 102 | 25 | 65 |
| Binary | 10011011 | 10100000 | 1101101 | 11 | 0 | 100000 | 100101 | 1000010 | 10101 | 110101 |
Color Harmonies of #9BA06D
Complementary color
Monochromatic Colors of #9BA06D
Black with #9BA06D
Text Example
Text Example
White with #9BA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA06D; }
p { color: rgb(155,160,109); }
H1.HeaderClassName
{
color: #9BA06D;
}
.AnyTagClassName
{
color: #9BA06D;
}
</style>
background-color css
<style>
a { background-color: #9BA06D; }
a { background-color: rgb(155,160,109); }
div.DivClassName
{
background-color: #9BA06D;
}
.BgClassName
{
background-color: #9BA06D;
}
</style>
border-color css
<style>
span { border-color: #9BA06D; }
span { border-color: rgb(155,160,109); }
td.TdClassName
{
border-color: #9BA06D;
}
.TagClassName
{
border-color: #9BA06D;
}
</style>