Shades of Avocado #9B9956
Tints of Avocado #9B9956
RGB
CMYK
RGB Variations
Color information
#9B9956 (or 0x9B9956) is known color: Avocado. HEX triplet: 9B, 99 and 56. RGB value is (155,153,86). Sum of RGB (Red+Green+Blue) = 155+153+86=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9956 is #6466A9. Grayscale: #929292. Windows color (decimal): -6579882 or 5675419. OLE color: 5675419.
HSL color Cylindrical-coordinate representation of color #9B9956: hue angle of 58.26º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B9956 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 86 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.39 |
| HSL | 58.26º | 0.29% | 0.47% | - |
| HSV(B) | 58.26º | 0.45% | 0.61% | - |
| XYZ | 26.59 | 30.42 | 13.27 | - |
| YUV | 145.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 86 | 0 | 0.01 | 0.45 | 0.39 | 58.26 | 0.29 | 0.47 |
| Hex | 9B | 99 | 56 | 0 | 1 | 2D | 27 | 3A | 1D | 2F |
| Octal | 233 | 231 | 126 | 0 | 1 | 55 | 47 | 72 | 35 | 57 |
| Binary | 10011011 | 10011001 | 1010110 | 0 | 1 | 101101 | 100111 | 111010 | 11101 | 101111 |
Color Harmonies of #9B9956
Complementary color
Monochromatic Colors of #9B9956
Black with #9B9956
Text Example
Text Example
White with #9B9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9956; }
p { color: rgb(155,153,86); }
H1.HeaderClassName
{
color: #9B9956;
}
.AnyTagClassName
{
color: #9B9956;
}
</style>
background-color css
<style>
a { background-color: #9B9956; }
a { background-color: rgb(155,153,86); }
div.DivClassName
{
background-color: #9B9956;
}
.BgClassName
{
background-color: #9B9956;
}
</style>
border-color css
<style>
span { border-color: #9B9956; }
span { border-color: rgb(155,153,86); }
td.TdClassName
{
border-color: #9B9956;
}
.TagClassName
{
border-color: #9B9956;
}
</style>