Shades of Avocado #9A9858
Tints of Avocado #9A9858
RGB
CMYK
RGB Variations
Color information
#9A9858 (or 0x9A9858) is known color: Avocado. HEX triplet: 9A, 98 and 58. RGB value is (154,152,88). Sum of RGB (Red+Green+Blue) = 154+152+88=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9858 is #6567A7. Grayscale: #919191. Windows color (decimal): -6645672 or 5806234. OLE color: 5806234.
HSL color Cylindrical-coordinate representation of color #9A9858: hue angle of 58.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A9858 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 88 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.40 |
| HSL | 58.18º | 0.27% | 0.47% | - |
| HSV(B) | 58.18º | 0.43% | 0.6% | - |
| XYZ | 26.32 | 30.03 | 13.64 | - |
| YUV | 145.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 88 | 0 | 0.01 | 0.43 | 0.40 | 58.18 | 0.27 | 0.47 |
| Hex | 9A | 98 | 58 | 0 | 1 | 2B | 28 | 3A | 1B | 2F |
| Octal | 232 | 230 | 130 | 0 | 1 | 53 | 50 | 72 | 33 | 57 |
| Binary | 10011010 | 10011000 | 1011000 | 0 | 1 | 101011 | 101000 | 111010 | 11011 | 101111 |
Color Harmonies of #9A9858
Complementary color
Monochromatic Colors of #9A9858
Black with #9A9858
Text Example
Text Example
White with #9A9858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9858; }
p { color: rgb(154,152,88); }
H1.HeaderClassName
{
color: #9A9858;
}
.AnyTagClassName
{
color: #9A9858;
}
</style>
background-color css
<style>
a { background-color: #9A9858; }
a { background-color: rgb(154,152,88); }
div.DivClassName
{
background-color: #9A9858;
}
.BgClassName
{
background-color: #9A9858;
}
</style>
border-color css
<style>
span { border-color: #9A9858; }
span { border-color: rgb(154,152,88); }
td.TdClassName
{
border-color: #9A9858;
}
.TagClassName
{
border-color: #9A9858;
}
</style>