Shades of Avocado #98995C
Tints of Avocado #98995C
RGB
CMYK
RGB Variations
Color information
#98995C (or 0x98995C) is known color: Avocado. HEX triplet: 98, 99 and 5C. RGB value is (152,153,92). Sum of RGB (Red+Green+Blue) = 152+153+92=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #98995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98995C is #6766A3. Grayscale: #919191. Windows color (decimal): -6776484 or 6068632. OLE color: 6068632.
HSL color Cylindrical-coordinate representation of color #98995C: hue angle of 60.98º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98995C is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 92 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.4 |
| HSL | 60.98º | 0.25% | 0.48% | - |
| HSV(B) | 60.98º | 0.4% | 0.6% | - |
| XYZ | 26.27 | 30.23 | 14.58 | - |
| YUV | 145.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 92 | 0.01 | 0 | 0.40 | 0.4 | 60.98 | 0.25 | 0.48 |
| Hex | 98 | 99 | 5C | 1 | 0 | 28 | 28 | 3D | 19 | 30 |
| Octal | 230 | 231 | 134 | 1 | 0 | 50 | 50 | 75 | 31 | 60 |
| Binary | 10011000 | 10011001 | 1011100 | 1 | 0 | 101000 | 101000 | 111101 | 11001 | 110000 |
Color Harmonies of #98995C
Complementary color
Monochromatic Colors of #98995C
Black with #98995C
Text Example
Text Example
White with #98995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98995C; }
p { color: rgb(152,153,92); }
H1.HeaderClassName
{
color: #98995C;
}
.AnyTagClassName
{
color: #98995C;
}
</style>
background-color css
<style>
a { background-color: #98995C; }
a { background-color: rgb(152,153,92); }
div.DivClassName
{
background-color: #98995C;
}
.BgClassName
{
background-color: #98995C;
}
</style>
border-color css
<style>
span { border-color: #98995C; }
span { border-color: rgb(152,153,92); }
td.TdClassName
{
border-color: #98995C;
}
.TagClassName
{
border-color: #98995C;
}
</style>