Shades of Avocado #9C9857
Tints of Avocado #9C9857
RGB
CMYK
RGB Variations
Color information
#9C9857 (or 0x9C9857) is known color: Avocado. HEX triplet: 9C, 98 and 57. RGB value is (156,152,87). Sum of RGB (Red+Green+Blue) = 156+152+87=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9857 is #6367A8. Grayscale: #929292. Windows color (decimal): -6514601 or 5740700. OLE color: 5740700.
HSL color Cylindrical-coordinate representation of color #9C9857: hue angle of 56.52º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C9857 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 87 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.39 |
| HSL | 56.52º | 0.28% | 0.48% | - |
| HSV(B) | 56.52º | 0.44% | 0.61% | - |
| XYZ | 26.66 | 30.21 | 13.44 | - |
| YUV | 145.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 87 | 0 | 0.03 | 0.44 | 0.39 | 56.52 | 0.28 | 0.48 |
| Hex | 9C | 98 | 57 | 0 | 3 | 2C | 27 | 39 | 1C | 30 |
| Octal | 234 | 230 | 127 | 0 | 3 | 54 | 47 | 71 | 34 | 60 |
| Binary | 10011100 | 10011000 | 1010111 | 0 | 11 | 101100 | 100111 | 111001 | 11100 | 110000 |
Color Harmonies of #9C9857
Complementary color
Monochromatic Colors of #9C9857
Black with #9C9857
Text Example
Text Example
White with #9C9857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9857; }
p { color: rgb(156,152,87); }
H1.HeaderClassName
{
color: #9C9857;
}
.AnyTagClassName
{
color: #9C9857;
}
</style>
background-color css
<style>
a { background-color: #9C9857; }
a { background-color: rgb(156,152,87); }
div.DivClassName
{
background-color: #9C9857;
}
.BgClassName
{
background-color: #9C9857;
}
</style>
border-color css
<style>
span { border-color: #9C9857; }
span { border-color: rgb(156,152,87); }
td.TdClassName
{
border-color: #9C9857;
}
.TagClassName
{
border-color: #9C9857;
}
</style>