Shades of Avocado #899456
Tints of Avocado #899456
RGB
CMYK
RGB Variations
Color information
#899456 (or 0x899456) is known color: Avocado. HEX triplet: 89, 94 and 56. RGB value is (137,148,86). Sum of RGB (Red+Green+Blue) = 137+148+86=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #899456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899456 is #766BA9. Grayscale: #898989. Windows color (decimal): -7760810 or 5674121. OLE color: 5674121.
HSL color Cylindrical-coordinate representation of color #899456: hue angle of 70.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899456 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 86 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.42 |
| HSL | 70.65º | 0.26% | 0.46% | - |
| HSV(B) | 70.65º | 0.42% | 0.58% | - |
| XYZ | 22.59 | 27.17 | 12.86 | - |
| YUV | 137.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 86 | 0.07 | 0 | 0.42 | 0.42 | 70.65 | 0.26 | 0.46 |
| Hex | 89 | 94 | 56 | 7 | 0 | 2A | 2A | 47 | 1A | 2E |
| Octal | 211 | 224 | 126 | 7 | 0 | 52 | 52 | 107 | 32 | 56 |
| Binary | 10001001 | 10010100 | 1010110 | 111 | 0 | 101010 | 101010 | 1000111 | 11010 | 101110 |
Color Harmonies of #899456
Complementary color
Monochromatic Colors of #899456
Black with #899456
Text Example
Text Example
White with #899456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899456; }
p { color: rgb(137,148,86); }
H1.HeaderClassName
{
color: #899456;
}
.AnyTagClassName
{
color: #899456;
}
</style>
background-color css
<style>
a { background-color: #899456; }
a { background-color: rgb(137,148,86); }
div.DivClassName
{
background-color: #899456;
}
.BgClassName
{
background-color: #899456;
}
</style>
border-color css
<style>
span { border-color: #899456; }
span { border-color: rgb(137,148,86); }
td.TdClassName
{
border-color: #899456;
}
.TagClassName
{
border-color: #899456;
}
</style>