Shades of Avocado #899555
Tints of Avocado #899555
RGB
CMYK
RGB Variations
Color information
#899555 (or 0x899555) is known color: Avocado. HEX triplet: 89, 95 and 55. RGB value is (137,149,85). Sum of RGB (Red+Green+Blue) = 137+149+85=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #899555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899555 is #766AAA. Grayscale: #8A8A8A. Windows color (decimal): -7760555 or 5608841. OLE color: 5608841.
HSL color Cylindrical-coordinate representation of color #899555: hue angle of 71.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #899555 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 85 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.42 |
| HSL | 71.25º | 0.27% | 0.46% | - |
| HSV(B) | 71.25º | 0.43% | 0.58% | - |
| XYZ | 22.7 | 27.47 | 12.7 | - |
| YUV | 138.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 85 | 0.08 | 0 | 0.43 | 0.42 | 71.25 | 0.27 | 0.46 |
| Hex | 89 | 95 | 55 | 8 | 0 | 2B | 2A | 47 | 1B | 2E |
| Octal | 211 | 225 | 125 | 10 | 0 | 53 | 52 | 107 | 33 | 56 |
| Binary | 10001001 | 10010101 | 1010101 | 1000 | 0 | 101011 | 101010 | 1000111 | 11011 | 101110 |
Color Harmonies of #899555
Complementary color
Monochromatic Colors of #899555
Black with #899555
Text Example
Text Example
White with #899555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899555; }
p { color: rgb(137,149,85); }
H1.HeaderClassName
{
color: #899555;
}
.AnyTagClassName
{
color: #899555;
}
</style>
background-color css
<style>
a { background-color: #899555; }
a { background-color: rgb(137,149,85); }
div.DivClassName
{
background-color: #899555;
}
.BgClassName
{
background-color: #899555;
}
</style>
border-color css
<style>
span { border-color: #899555; }
span { border-color: rgb(137,149,85); }
td.TdClassName
{
border-color: #899555;
}
.TagClassName
{
border-color: #899555;
}
</style>