Shades of Avocado #899553
Tints of Avocado #899553
RGB
CMYK
RGB Variations
Color information
#899553 (or 0x899553) is known color: Avocado. HEX triplet: 89, 95 and 53. RGB value is (137,149,83). Sum of RGB (Red+Green+Blue) = 137+149+83=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #899553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899553 is #766AAC. Grayscale: #8A8A8A. Windows color (decimal): -7760557 or 5477769. OLE color: 5477769.
HSL color Cylindrical-coordinate representation of color #899553: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899553 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 83 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.42 |
| HSL | 70.91º | 0.28% | 0.45% | - |
| HSV(B) | 70.91º | 0.44% | 0.58% | - |
| XYZ | 22.63 | 27.44 | 12.29 | - |
| YUV | 137.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 83 | 0.08 | 0 | 0.44 | 0.42 | 70.91 | 0.28 | 0.45 |
| Hex | 89 | 95 | 53 | 8 | 0 | 2C | 2A | 47 | 1C | 2D |
| Octal | 211 | 225 | 123 | 10 | 0 | 54 | 52 | 107 | 34 | 55 |
| Binary | 10001001 | 10010101 | 1010011 | 1000 | 0 | 101100 | 101010 | 1000111 | 11100 | 101101 |
Color Harmonies of #899553
Complementary color
Monochromatic Colors of #899553
Black with #899553
Text Example
Text Example
White with #899553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899553; }
p { color: rgb(137,149,83); }
H1.HeaderClassName
{
color: #899553;
}
.AnyTagClassName
{
color: #899553;
}
</style>
background-color css
<style>
a { background-color: #899553; }
a { background-color: rgb(137,149,83); }
div.DivClassName
{
background-color: #899553;
}
.BgClassName
{
background-color: #899553;
}
</style>
border-color css
<style>
span { border-color: #899553; }
span { border-color: rgb(137,149,83); }
td.TdClassName
{
border-color: #899553;
}
.TagClassName
{
border-color: #899553;
}
</style>