Shades of Avocado #999956
Tints of Avocado #999956
RGB
CMYK
RGB Variations
Color information
#999956 (or 0x999956) is known color: Avocado. HEX triplet: 99, 99 and 56. RGB value is (153,153,86). Sum of RGB (Red+Green+Blue) = 153+153+86=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999956 is #6666A9. Grayscale: #919191. Windows color (decimal): -6710954 or 5675417. OLE color: 5675417.
HSL color Cylindrical-coordinate representation of color #999956: hue angle of 60º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999956 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 86 | - |
| CMYK | 0 | 0 | 0.44 | 0.4 |
| HSL | 60º | 0.28% | 0.47% | - |
| HSV(B) | 60º | 0.44% | 0.6% | - |
| XYZ | 26.21 | 30.23 | 13.26 | - |
| YUV | 145.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 86 | 0 | 0 | 0.44 | 0.4 | 60 | 0.28 | 0.47 |
| Hex | 99 | 99 | 56 | 0 | 0 | 2C | 28 | 3C | 1C | 2F |
| Octal | 231 | 231 | 126 | 0 | 0 | 54 | 50 | 74 | 34 | 57 |
| Binary | 10011001 | 10011001 | 1010110 | 0 | 0 | 101100 | 101000 | 111100 | 11100 | 101111 |
Color Harmonies of #999956
Complementary color
Monochromatic Colors of #999956
Black with #999956
Text Example
Text Example
White with #999956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999956; }
p { color: rgb(153,153,86); }
H1.HeaderClassName
{
color: #999956;
}
.AnyTagClassName
{
color: #999956;
}
</style>
background-color css
<style>
a { background-color: #999956; }
a { background-color: rgb(153,153,86); }
div.DivClassName
{
background-color: #999956;
}
.BgClassName
{
background-color: #999956;
}
</style>
border-color css
<style>
span { border-color: #999956; }
span { border-color: rgb(153,153,86); }
td.TdClassName
{
border-color: #999956;
}
.TagClassName
{
border-color: #999956;
}
</style>