Shades of Avocado #9D9857
Tints of Avocado #9D9857
RGB
CMYK
RGB Variations
Color information
#9D9857 (or 0x9D9857) is known color: Avocado. HEX triplet: 9D, 98 and 57. RGB value is (157,152,87). Sum of RGB (Red+Green+Blue) = 157+152+87=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9857 is #6267A8. Grayscale: #929292. Windows color (decimal): -6449065 or 5740701. OLE color: 5740701.
HSL color Cylindrical-coordinate representation of color #9D9857: hue angle of 55.71º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D9857 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 87 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.38 |
| HSL | 55.71º | 0.29% | 0.48% | - |
| HSV(B) | 55.71º | 0.45% | 0.62% | - |
| XYZ | 26.85 | 30.31 | 13.45 | - |
| YUV | 146.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 87 | 0 | 0.03 | 0.45 | 0.38 | 55.71 | 0.29 | 0.48 |
| Hex | 9D | 98 | 57 | 0 | 3 | 2D | 26 | 38 | 1D | 30 |
| Octal | 235 | 230 | 127 | 0 | 3 | 55 | 46 | 70 | 35 | 60 |
| Binary | 10011101 | 10011000 | 1010111 | 0 | 11 | 101101 | 100110 | 111000 | 11101 | 110000 |
Color Harmonies of #9D9857
Complementary color
Monochromatic Colors of #9D9857
Black with #9D9857
Text Example
Text Example
White with #9D9857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9857; }
p { color: rgb(157,152,87); }
H1.HeaderClassName
{
color: #9D9857;
}
.AnyTagClassName
{
color: #9D9857;
}
</style>
background-color css
<style>
a { background-color: #9D9857; }
a { background-color: rgb(157,152,87); }
div.DivClassName
{
background-color: #9D9857;
}
.BgClassName
{
background-color: #9D9857;
}
</style>
border-color css
<style>
span { border-color: #9D9857; }
span { border-color: rgb(157,152,87); }
td.TdClassName
{
border-color: #9D9857;
}
.TagClassName
{
border-color: #9D9857;
}
</style>