Shades of Avocado #9A9557
Tints of Avocado #9A9557
RGB
CMYK
RGB Variations
Color information
#9A9557 (or 0x9A9557) is known color: Avocado. HEX triplet: 9A, 95 and 57. RGB value is (154,149,87). Sum of RGB (Red+Green+Blue) = 154+149+87=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9557 is #656AA8. Grayscale: #8F8F8F. Windows color (decimal): -6646441 or 5739930. OLE color: 5739930.
HSL color Cylindrical-coordinate representation of color #9A9557: hue angle of 55.52º 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 #9A9557 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 149 | 87 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.40 |
| HSL | 55.52º | 0.28% | 0.47% | - |
| HSV(B) | 55.52º | 0.44% | 0.6% | - |
| XYZ | 25.79 | 29.05 | 13.27 | - |
| YUV | 143.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 87 | 0 | 0.03 | 0.44 | 0.40 | 55.52 | 0.28 | 0.47 |
| Hex | 9A | 95 | 57 | 0 | 3 | 2C | 28 | 38 | 1C | 2F |
| Octal | 232 | 225 | 127 | 0 | 3 | 54 | 50 | 70 | 34 | 57 |
| Binary | 10011010 | 10010101 | 1010111 | 0 | 11 | 101100 | 101000 | 111000 | 11100 | 101111 |
Color Harmonies of #9A9557
Complementary color
Monochromatic Colors of #9A9557
Black with #9A9557
Text Example
Text Example
White with #9A9557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9557; }
p { color: rgb(154,149,87); }
H1.HeaderClassName
{
color: #9A9557;
}
.AnyTagClassName
{
color: #9A9557;
}
</style>
background-color css
<style>
a { background-color: #9A9557; }
a { background-color: rgb(154,149,87); }
div.DivClassName
{
background-color: #9A9557;
}
.BgClassName
{
background-color: #9A9557;
}
</style>
border-color css
<style>
span { border-color: #9A9557; }
span { border-color: rgb(154,149,87); }
td.TdClassName
{
border-color: #9A9557;
}
.TagClassName
{
border-color: #9A9557;
}
</style>