Shades of Avocado #899556
Tints of Avocado #899556
RGB
CMYK
RGB Variations
Color information
#899556 (or 0x899556) is known color: Avocado. HEX triplet: 89, 95 and 56. RGB value is (137,149,86). Sum of RGB (Red+Green+Blue) = 137+149+86=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #899556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899556 is #766AA9. Grayscale: #8A8A8A. Windows color (decimal): -7760554 or 5674377. OLE color: 5674377.
HSL color Cylindrical-coordinate representation of color #899556: hue angle of 71.43º degrees, saturation: 0.27, 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 #899556 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 86 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.42 |
| HSL | 71.43º | 0.27% | 0.46% | - |
| HSV(B) | 71.43º | 0.42% | 0.58% | - |
| XYZ | 22.74 | 27.49 | 12.91 | - |
| YUV | 138.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 86 | 0.08 | 0 | 0.42 | 0.42 | 71.43 | 0.27 | 0.46 |
| Hex | 89 | 95 | 56 | 8 | 0 | 2A | 2A | 47 | 1B | 2E |
| Octal | 211 | 225 | 126 | 10 | 0 | 52 | 52 | 107 | 33 | 56 |
| Binary | 10001001 | 10010101 | 1010110 | 1000 | 0 | 101010 | 101010 | 1000111 | 11011 | 101110 |
Color Harmonies of #899556
Complementary color
Monochromatic Colors of #899556
Black with #899556
Text Example
Text Example
White with #899556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899556; }
p { color: rgb(137,149,86); }
H1.HeaderClassName
{
color: #899556;
}
.AnyTagClassName
{
color: #899556;
}
</style>
background-color css
<style>
a { background-color: #899556; }
a { background-color: rgb(137,149,86); }
div.DivClassName
{
background-color: #899556;
}
.BgClassName
{
background-color: #899556;
}
</style>
border-color css
<style>
span { border-color: #899556; }
span { border-color: rgb(137,149,86); }
td.TdClassName
{
border-color: #899556;
}
.TagClassName
{
border-color: #899556;
}
</style>