Shades of Avocado #89955B
Tints of Avocado #89955B
RGB
CMYK
RGB Variations
Color information
#89955B (or 0x89955B) is known color: Avocado. HEX triplet: 89, 95 and 5B. RGB value is (137,149,91). Sum of RGB (Red+Green+Blue) = 137+149+91=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #89955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89955B is #766AA4. Grayscale: #8B8B8B. Windows color (decimal): -7760549 or 6002057. OLE color: 6002057.
HSL color Cylindrical-coordinate representation of color #89955B: hue angle of 72.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89955B is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 91 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.42 |
| HSL | 72.41º | 0.24% | 0.47% | - |
| HSV(B) | 72.41º | 0.39% | 0.58% | - |
| XYZ | 22.95 | 27.57 | 14.01 | - |
| YUV | 138.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 91 | 0.08 | 0 | 0.39 | 0.42 | 72.41 | 0.24 | 0.47 |
| Hex | 89 | 95 | 5B | 8 | 0 | 27 | 2A | 48 | 18 | 2F |
| Octal | 211 | 225 | 133 | 10 | 0 | 47 | 52 | 110 | 30 | 57 |
| Binary | 10001001 | 10010101 | 1011011 | 1000 | 0 | 100111 | 101010 | 1001000 | 11000 | 101111 |
Color Harmonies of #89955B
Complementary color
Monochromatic Colors of #89955B
Black with #89955B
Text Example
Text Example
White with #89955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89955B; }
p { color: rgb(137,149,91); }
H1.HeaderClassName
{
color: #89955B;
}
.AnyTagClassName
{
color: #89955B;
}
</style>
background-color css
<style>
a { background-color: #89955B; }
a { background-color: rgb(137,149,91); }
div.DivClassName
{
background-color: #89955B;
}
.BgClassName
{
background-color: #89955B;
}
</style>
border-color css
<style>
span { border-color: #89955B; }
span { border-color: rgb(137,149,91); }
td.TdClassName
{
border-color: #89955B;
}
.TagClassName
{
border-color: #89955B;
}
</style>