Shades of Avocado #9BA06B
Tints of Avocado #9BA06B
RGB
CMYK
RGB Variations
Color information
#9BA06B (or 0x9BA06B) is known color: Avocado. HEX triplet: 9B, A0 and 6B. RGB value is (155,160,107). Sum of RGB (Red+Green+Blue) = 155+160+107=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA06B is #645F94. Grayscale: #989898. Windows color (decimal): -6578069 or 7053467. OLE color: 7053467.
HSL color Cylindrical-coordinate representation of color #9BA06B: hue angle of 65.66º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA06B is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 107 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.37 |
| HSL | 65.66º | 0.22% | 0.52% | - |
| HSV(B) | 65.66º | 0.33% | 0.63% | - |
| XYZ | 28.74 | 33.17 | 18.8 | - |
| YUV | 152.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 107 | 0.03 | 0 | 0.33 | 0.37 | 65.66 | 0.22 | 0.52 |
| Hex | 9B | A0 | 6B | 3 | 0 | 21 | 25 | 42 | 16 | 34 |
| Octal | 233 | 240 | 153 | 3 | 0 | 41 | 45 | 102 | 26 | 64 |
| Binary | 10011011 | 10100000 | 1101011 | 11 | 0 | 100001 | 100101 | 1000010 | 10110 | 110100 |
Color Harmonies of #9BA06B
Complementary color
Monochromatic Colors of #9BA06B
Black with #9BA06B
Text Example
Text Example
White with #9BA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA06B; }
p { color: rgb(155,160,107); }
H1.HeaderClassName
{
color: #9BA06B;
}
.AnyTagClassName
{
color: #9BA06B;
}
</style>
background-color css
<style>
a { background-color: #9BA06B; }
a { background-color: rgb(155,160,107); }
div.DivClassName
{
background-color: #9BA06B;
}
.BgClassName
{
background-color: #9BA06B;
}
</style>
border-color css
<style>
span { border-color: #9BA06B; }
span { border-color: rgb(155,160,107); }
td.TdClassName
{
border-color: #9BA06B;
}
.TagClassName
{
border-color: #9BA06B;
}
</style>