Shades of Avocado #989858
Tints of Avocado #989858
RGB
CMYK
RGB Variations
Color information
#989858 (or 0x989858) is known color: Avocado. HEX triplet: 98, 98 and 58. RGB value is (152,152,88). Sum of RGB (Red+Green+Blue) = 152+152+88=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989858 is #6767A7. Grayscale: #909090. Windows color (decimal): -6776744 or 5806232. OLE color: 5806232.
HSL color Cylindrical-coordinate representation of color #989858: hue angle of 60º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #989858 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 88 | - |
| CMYK | 0 | 0 | 0.42 | 0.40 |
| HSL | 60º | 0.27% | 0.47% | - |
| HSV(B) | 60º | 0.42% | 0.6% | - |
| XYZ | 25.94 | 29.84 | 13.62 | - |
| YUV | 144.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 88 | 0 | 0 | 0.42 | 0.40 | 60 | 0.27 | 0.47 |
| Hex | 98 | 98 | 58 | 0 | 0 | 2A | 28 | 3C | 1B | 2F |
| Octal | 230 | 230 | 130 | 0 | 0 | 52 | 50 | 74 | 33 | 57 |
| Binary | 10011000 | 10011000 | 1011000 | 0 | 0 | 101010 | 101000 | 111100 | 11011 | 101111 |
Color Harmonies of #989858
Complementary color
Monochromatic Colors of #989858
Black with #989858
Text Example
Text Example
White with #989858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989858; }
p { color: rgb(152,152,88); }
H1.HeaderClassName
{
color: #989858;
}
.AnyTagClassName
{
color: #989858;
}
</style>
background-color css
<style>
a { background-color: #989858; }
a { background-color: rgb(152,152,88); }
div.DivClassName
{
background-color: #989858;
}
.BgClassName
{
background-color: #989858;
}
</style>
border-color css
<style>
span { border-color: #989858; }
span { border-color: rgb(152,152,88); }
td.TdClassName
{
border-color: #989858;
}
.TagClassName
{
border-color: #989858;
}
</style>