Shades of Avocado #989259
Tints of Avocado #989259
RGB
CMYK
RGB Variations
Color information
#989259 (or 0x989259) is known color: Avocado. HEX triplet: 98, 92 and 59. RGB value is (152,146,89). Sum of RGB (Red+Green+Blue) = 152+146+89=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #989259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989259 is #676DA6. Grayscale: #8D8D8D. Windows color (decimal): -6778279 or 5870232. OLE color: 5870232.
HSL color Cylindrical-coordinate representation of color #989259: hue angle of 54.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #989259 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 89 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.40 |
| HSL | 54.29º | 0.26% | 0.47% | - |
| HSV(B) | 54.29º | 0.41% | 0.6% | - |
| XYZ | 25.03 | 27.95 | 13.53 | - |
| YUV | 141.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 89 | 0 | 0.04 | 0.41 | 0.40 | 54.29 | 0.26 | 0.47 |
| Hex | 98 | 92 | 59 | 0 | 4 | 29 | 28 | 36 | 1A | 2F |
| Octal | 230 | 222 | 131 | 0 | 4 | 51 | 50 | 66 | 32 | 57 |
| Binary | 10011000 | 10010010 | 1011001 | 0 | 100 | 101001 | 101000 | 110110 | 11010 | 101111 |
Color Harmonies of #989259
Complementary color
Monochromatic Colors of #989259
Black with #989259
Text Example
Text Example
White with #989259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989259; }
p { color: rgb(152,146,89); }
H1.HeaderClassName
{
color: #989259;
}
.AnyTagClassName
{
color: #989259;
}
</style>
background-color css
<style>
a { background-color: #989259; }
a { background-color: rgb(152,146,89); }
div.DivClassName
{
background-color: #989259;
}
.BgClassName
{
background-color: #989259;
}
</style>
border-color css
<style>
span { border-color: #989259; }
span { border-color: rgb(152,146,89); }
td.TdClassName
{
border-color: #989259;
}
.TagClassName
{
border-color: #989259;
}
</style>