Shades of Avocado #98996A
Tints of Avocado #98996A
RGB
CMYK
RGB Variations
Color information
#98996A (or 0x98996A) is known color: Avocado. HEX triplet: 98, 99 and 6A. RGB value is (152,153,106). Sum of RGB (Red+Green+Blue) = 152+153+106=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #98996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98996A is #676695. Grayscale: #939393. Windows color (decimal): -6776470 or 6986136. OLE color: 6986136.
HSL color Cylindrical-coordinate representation of color #98996A: hue angle of 61.28º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98996A is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 106 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.4 |
| HSL | 61.28º | 0.19% | 0.51% | - |
| HSV(B) | 61.28º | 0.31% | 0.6% | - |
| XYZ | 26.94 | 30.5 | 18.1 | - |
| YUV | 147.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 106 | 0.01 | 0 | 0.31 | 0.4 | 61.28 | 0.19 | 0.51 |
| Hex | 98 | 99 | 6A | 1 | 0 | 1F | 28 | 3D | 13 | 33 |
| Octal | 230 | 231 | 152 | 1 | 0 | 37 | 50 | 75 | 23 | 63 |
| Binary | 10011000 | 10011001 | 1101010 | 1 | 0 | 11111 | 101000 | 111101 | 10011 | 110011 |
Color Harmonies of #98996A
Complementary color
Monochromatic Colors of #98996A
Black with #98996A
Text Example
Text Example
White with #98996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98996A; }
p { color: rgb(152,153,106); }
H1.HeaderClassName
{
color: #98996A;
}
.AnyTagClassName
{
color: #98996A;
}
</style>
background-color css
<style>
a { background-color: #98996A; }
a { background-color: rgb(152,153,106); }
div.DivClassName
{
background-color: #98996A;
}
.BgClassName
{
background-color: #98996A;
}
</style>
border-color css
<style>
span { border-color: #98996A; }
span { border-color: rgb(152,153,106); }
td.TdClassName
{
border-color: #98996A;
}
.TagClassName
{
border-color: #98996A;
}
</style>