Shades of Avocado #899356
Tints of Avocado #899356
RGB
CMYK
RGB Variations
Color information
#899356 (or 0x899356) is known color: Avocado. HEX triplet: 89, 93 and 56. RGB value is (137,147,86). Sum of RGB (Red+Green+Blue) = 137+147+86=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #899356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899356 is #766CA9. Grayscale: #898989. Windows color (decimal): -7761066 or 5673865. OLE color: 5673865.
HSL color Cylindrical-coordinate representation of color #899356: hue angle of 69.84º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899356 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 86 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.42 |
| HSL | 69.84º | 0.26% | 0.46% | - |
| HSV(B) | 69.84º | 0.41% | 0.58% | - |
| XYZ | 22.43 | 26.86 | 12.81 | - |
| YUV | 137.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 86 | 0.07 | 0 | 0.41 | 0.42 | 69.84 | 0.26 | 0.46 |
| Hex | 89 | 93 | 56 | 7 | 0 | 29 | 2A | 46 | 1A | 2E |
| Octal | 211 | 223 | 126 | 7 | 0 | 51 | 52 | 106 | 32 | 56 |
| Binary | 10001001 | 10010011 | 1010110 | 111 | 0 | 101001 | 101010 | 1000110 | 11010 | 101110 |
Color Harmonies of #899356
Complementary color
Monochromatic Colors of #899356
Black with #899356
Text Example
Text Example
White with #899356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899356; }
p { color: rgb(137,147,86); }
H1.HeaderClassName
{
color: #899356;
}
.AnyTagClassName
{
color: #899356;
}
</style>
background-color css
<style>
a { background-color: #899356; }
a { background-color: rgb(137,147,86); }
div.DivClassName
{
background-color: #899356;
}
.BgClassName
{
background-color: #899356;
}
</style>
border-color css
<style>
span { border-color: #899356; }
span { border-color: rgb(137,147,86); }
td.TdClassName
{
border-color: #899356;
}
.TagClassName
{
border-color: #899356;
}
</style>