Shades of Avocado #9D9859
Tints of Avocado #9D9859
RGB
CMYK
RGB Variations
Color information
#9D9859 (or 0x9D9859) is known color: Avocado. HEX triplet: 9D, 98 and 59. RGB value is (157,152,89). Sum of RGB (Red+Green+Blue) = 157+152+89=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9859 is #6267A6. Grayscale: #929292. Windows color (decimal): -6449063 or 5871773. OLE color: 5871773.
HSL color Cylindrical-coordinate representation of color #9D9859: hue angle of 55.59º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D9859 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 89 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.38 |
| HSL | 55.59º | 0.28% | 0.48% | - |
| HSV(B) | 55.59º | 0.43% | 0.62% | - |
| XYZ | 26.94 | 30.35 | 13.89 | - |
| YUV | 146.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 89 | 0 | 0.03 | 0.43 | 0.38 | 55.59 | 0.28 | 0.48 |
| Hex | 9D | 98 | 59 | 0 | 3 | 2B | 26 | 38 | 1C | 30 |
| Octal | 235 | 230 | 131 | 0 | 3 | 53 | 46 | 70 | 34 | 60 |
| Binary | 10011101 | 10011000 | 1011001 | 0 | 11 | 101011 | 100110 | 111000 | 11100 | 110000 |
Color Harmonies of #9D9859
Complementary color
Monochromatic Colors of #9D9859
Black with #9D9859
Text Example
Text Example
White with #9D9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9859; }
p { color: rgb(157,152,89); }
H1.HeaderClassName
{
color: #9D9859;
}
.AnyTagClassName
{
color: #9D9859;
}
</style>
background-color css
<style>
a { background-color: #9D9859; }
a { background-color: rgb(157,152,89); }
div.DivClassName
{
background-color: #9D9859;
}
.BgClassName
{
background-color: #9D9859;
}
</style>
border-color css
<style>
span { border-color: #9D9859; }
span { border-color: rgb(157,152,89); }
td.TdClassName
{
border-color: #9D9859;
}
.TagClassName
{
border-color: #9D9859;
}
</style>