Shades of Avocado #98985A
Tints of Avocado #98985A
RGB
CMYK
RGB Variations
Color information
#98985A (or 0x98985A) is known color: Avocado. HEX triplet: 98, 98 and 5A. RGB value is (152,152,90). Sum of RGB (Red+Green+Blue) = 152+152+90=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98985A is #6767A5. Grayscale: #919191. Windows color (decimal): -6776742 or 5937304. OLE color: 5937304.
HSL color Cylindrical-coordinate representation of color #98985A: hue angle of 60º 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 #98985A is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 90 | - |
| CMYK | 0 | 0 | 0.41 | 0.40 |
| HSL | 60º | 0.26% | 0.47% | - |
| HSV(B) | 60º | 0.41% | 0.6% | - |
| XYZ | 26.02 | 29.87 | 14.07 | - |
| YUV | 144.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 90 | 0 | 0 | 0.41 | 0.40 | 60 | 0.26 | 0.47 |
| Hex | 98 | 98 | 5A | 0 | 0 | 29 | 28 | 3C | 1A | 2F |
| Octal | 230 | 230 | 132 | 0 | 0 | 51 | 50 | 74 | 32 | 57 |
| Binary | 10011000 | 10011000 | 1011010 | 0 | 0 | 101001 | 101000 | 111100 | 11010 | 101111 |
Color Harmonies of #98985A
Complementary color
Monochromatic Colors of #98985A
Black with #98985A
Text Example
Text Example
White with #98985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98985A; }
p { color: rgb(152,152,90); }
H1.HeaderClassName
{
color: #98985A;
}
.AnyTagClassName
{
color: #98985A;
}
</style>
background-color css
<style>
a { background-color: #98985A; }
a { background-color: rgb(152,152,90); }
div.DivClassName
{
background-color: #98985A;
}
.BgClassName
{
background-color: #98985A;
}
</style>
border-color css
<style>
span { border-color: #98985A; }
span { border-color: rgb(152,152,90); }
td.TdClassName
{
border-color: #98985A;
}
.TagClassName
{
border-color: #98985A;
}
</style>