Shades of Avocado #999656
Tints of Avocado #999656
RGB
CMYK
RGB Variations
Color information
#999656 (or 0x999656) is known color: Avocado. HEX triplet: 99, 96 and 56. RGB value is (153,150,86). Sum of RGB (Red+Green+Blue) = 153+150+86=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #999656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999656 is #6669A9. Grayscale: #8F8F8F. Windows color (decimal): -6711722 or 5674649. OLE color: 5674649.
HSL color Cylindrical-coordinate representation of color #999656: hue angle of 57.31º 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 #999656 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 86 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.4 |
| HSL | 57.31º | 0.28% | 0.47% | - |
| HSV(B) | 57.31º | 0.44% | 0.6% | - |
| XYZ | 25.72 | 29.26 | 13.1 | - |
| YUV | 143.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 86 | 0 | 0.02 | 0.44 | 0.4 | 57.31 | 0.28 | 0.47 |
| Hex | 99 | 96 | 56 | 0 | 2 | 2C | 28 | 39 | 1C | 2F |
| Octal | 231 | 226 | 126 | 0 | 2 | 54 | 50 | 71 | 34 | 57 |
| Binary | 10011001 | 10010110 | 1010110 | 0 | 10 | 101100 | 101000 | 111001 | 11100 | 101111 |
Color Harmonies of #999656
Complementary color
Monochromatic Colors of #999656
Black with #999656
Text Example
Text Example
White with #999656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999656; }
p { color: rgb(153,150,86); }
H1.HeaderClassName
{
color: #999656;
}
.AnyTagClassName
{
color: #999656;
}
</style>
background-color css
<style>
a { background-color: #999656; }
a { background-color: rgb(153,150,86); }
div.DivClassName
{
background-color: #999656;
}
.BgClassName
{
background-color: #999656;
}
</style>
border-color css
<style>
span { border-color: #999656; }
span { border-color: rgb(153,150,86); }
td.TdClassName
{
border-color: #999656;
}
.TagClassName
{
border-color: #999656;
}
</style>