Shades of Avocado #989866
Tints of Avocado #989866
RGB
CMYK
RGB Variations
Color information
#989866 (or 0x989866) is known color: Avocado. HEX triplet: 98, 98 and 66. RGB value is (152,152,102). Sum of RGB (Red+Green+Blue) = 152+152+102=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989866 is #676799. Grayscale: #929292. Windows color (decimal): -6776730 or 6723736. OLE color: 6723736.
HSL color Cylindrical-coordinate representation of color #989866: hue angle of 60º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #989866 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 102 | - |
| CMYK | 0 | 0 | 0.33 | 0.40 |
| HSL | 60º | 0.2% | 0.5% | - |
| HSV(B) | 60º | 0.33% | 0.6% | - |
| XYZ | 26.58 | 30.09 | 16.98 | - |
| YUV | 146.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 102 | 0 | 0 | 0.33 | 0.40 | 60 | 0.2 | 0.5 |
| Hex | 98 | 98 | 66 | 0 | 0 | 21 | 28 | 3C | 14 | 32 |
| Octal | 230 | 230 | 146 | 0 | 0 | 41 | 50 | 74 | 24 | 62 |
| Binary | 10011000 | 10011000 | 1100110 | 0 | 0 | 100001 | 101000 | 111100 | 10100 | 110010 |
Color Harmonies of #989866
Complementary color
Monochromatic Colors of #989866
Black with #989866
Text Example
Text Example
White with #989866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989866; }
p { color: rgb(152,152,102); }
H1.HeaderClassName
{
color: #989866;
}
.AnyTagClassName
{
color: #989866;
}
</style>
background-color css
<style>
a { background-color: #989866; }
a { background-color: rgb(152,152,102); }
div.DivClassName
{
background-color: #989866;
}
.BgClassName
{
background-color: #989866;
}
</style>
border-color css
<style>
span { border-color: #989866; }
span { border-color: rgb(152,152,102); }
td.TdClassName
{
border-color: #989866;
}
.TagClassName
{
border-color: #989866;
}
</style>