Shades of Avocado #989660
Tints of Avocado #989660
RGB
CMYK
RGB Variations
Color information
#989660 (or 0x989660) is known color: Avocado. HEX triplet: 98, 96 and 60. RGB value is (152,150,96). Sum of RGB (Red+Green+Blue) = 152+150+96=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #989660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989660 is #67699F. Grayscale: #909090. Windows color (decimal): -6777248 or 6330008. OLE color: 6330008.
HSL color Cylindrical-coordinate representation of color #989660: hue angle of 57.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989660 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 96 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.40 |
| HSL | 57.86º | 0.23% | 0.49% | - |
| HSV(B) | 57.86º | 0.37% | 0.6% | - |
| XYZ | 25.97 | 29.33 | 15.36 | - |
| YUV | 144.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 96 | 0 | 0.01 | 0.37 | 0.40 | 57.86 | 0.23 | 0.49 |
| Hex | 98 | 96 | 60 | 0 | 1 | 25 | 28 | 3A | 17 | 31 |
| Octal | 230 | 226 | 140 | 0 | 1 | 45 | 50 | 72 | 27 | 61 |
| Binary | 10011000 | 10010110 | 1100000 | 0 | 1 | 100101 | 101000 | 111010 | 10111 | 110001 |
Color Harmonies of #989660
Complementary color
Monochromatic Colors of #989660
Black with #989660
Text Example
Text Example
White with #989660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989660; }
p { color: rgb(152,150,96); }
H1.HeaderClassName
{
color: #989660;
}
.AnyTagClassName
{
color: #989660;
}
</style>
background-color css
<style>
a { background-color: #989660; }
a { background-color: rgb(152,150,96); }
div.DivClassName
{
background-color: #989660;
}
.BgClassName
{
background-color: #989660;
}
</style>
border-color css
<style>
span { border-color: #989660; }
span { border-color: rgb(152,150,96); }
td.TdClassName
{
border-color: #989660;
}
.TagClassName
{
border-color: #989660;
}
</style>