Shades of Avocado #899563
Tints of Avocado #899563
RGB
CMYK
RGB Variations
Color information
#899563 (or 0x899563) is known color: Avocado. HEX triplet: 89, 95 and 63. RGB value is (137,149,99). Sum of RGB (Red+Green+Blue) = 137+149+99=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #899563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899563 is #766A9C. Grayscale: #8B8B8B. Windows color (decimal): -7760541 or 6526345. OLE color: 6526345.
HSL color Cylindrical-coordinate representation of color #899563: hue angle of 74.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899563 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 99 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.42 |
| HSL | 74.4º | 0.2% | 0.49% | - |
| HSV(B) | 74.4º | 0.34% | 0.58% | - |
| XYZ | 23.32 | 27.71 | 15.92 | - |
| YUV | 139.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 99 | 0.08 | 0 | 0.34 | 0.42 | 74.4 | 0.2 | 0.49 |
| Hex | 89 | 95 | 63 | 8 | 0 | 22 | 2A | 4A | 14 | 31 |
| Octal | 211 | 225 | 143 | 10 | 0 | 42 | 52 | 112 | 24 | 61 |
| Binary | 10001001 | 10010101 | 1100011 | 1000 | 0 | 100010 | 101010 | 1001010 | 10100 | 110001 |
Color Harmonies of #899563
Complementary color
Monochromatic Colors of #899563
Black with #899563
Text Example
Text Example
White with #899563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899563; }
p { color: rgb(137,149,99); }
H1.HeaderClassName
{
color: #899563;
}
.AnyTagClassName
{
color: #899563;
}
</style>
background-color css
<style>
a { background-color: #899563; }
a { background-color: rgb(137,149,99); }
div.DivClassName
{
background-color: #899563;
}
.BgClassName
{
background-color: #899563;
}
</style>
border-color css
<style>
span { border-color: #899563; }
span { border-color: rgb(137,149,99); }
td.TdClassName
{
border-color: #899563;
}
.TagClassName
{
border-color: #899563;
}
</style>