Shades of Avocado #89955F
Tints of Avocado #89955F
RGB
CMYK
RGB Variations
Color information
#89955F (or 0x89955F) is known color: Avocado. HEX triplet: 89, 95 and 5F. RGB value is (137,149,95). Sum of RGB (Red+Green+Blue) = 137+149+95=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #89955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89955F is #766AA0. Grayscale: #8B8B8B. Windows color (decimal): -7760545 or 6264201. OLE color: 6264201.
HSL color Cylindrical-coordinate representation of color #89955F: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89955F is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 95 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.42 |
| HSL | 73.33º | 0.22% | 0.48% | - |
| HSV(B) | 73.33º | 0.36% | 0.58% | - |
| XYZ | 23.13 | 27.64 | 14.94 | - |
| YUV | 139.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 95 | 0.08 | 0 | 0.36 | 0.42 | 73.33 | 0.22 | 0.48 |
| Hex | 89 | 95 | 5F | 8 | 0 | 24 | 2A | 49 | 16 | 30 |
| Octal | 211 | 225 | 137 | 10 | 0 | 44 | 52 | 111 | 26 | 60 |
| Binary | 10001001 | 10010101 | 1011111 | 1000 | 0 | 100100 | 101010 | 1001001 | 10110 | 110000 |
Color Harmonies of #89955F
Complementary color
Monochromatic Colors of #89955F
Black with #89955F
Text Example
Text Example
White with #89955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89955F; }
p { color: rgb(137,149,95); }
H1.HeaderClassName
{
color: #89955F;
}
.AnyTagClassName
{
color: #89955F;
}
</style>
background-color css
<style>
a { background-color: #89955F; }
a { background-color: rgb(137,149,95); }
div.DivClassName
{
background-color: #89955F;
}
.BgClassName
{
background-color: #89955F;
}
</style>
border-color css
<style>
span { border-color: #89955F; }
span { border-color: rgb(137,149,95); }
td.TdClassName
{
border-color: #89955F;
}
.TagClassName
{
border-color: #89955F;
}
</style>