Shades of Avocado #98935C
Tints of Avocado #98935C
RGB
CMYK
RGB Variations
Color information
#98935C (or 0x98935C) is known color: Avocado. HEX triplet: 98, 93 and 5C. RGB value is (152,147,92). Sum of RGB (Red+Green+Blue) = 152+147+92=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98935C is #676CA3. Grayscale: #8E8E8E. Windows color (decimal): -6778020 or 6067096. OLE color: 6067096.
HSL color Cylindrical-coordinate representation of color #98935C: hue angle of 55º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98935C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 92 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.40 |
| HSL | 55º | 0.25% | 0.48% | - |
| HSV(B) | 55º | 0.39% | 0.6% | - |
| XYZ | 25.31 | 28.32 | 14.26 | - |
| YUV | 142.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 92 | 0 | 0.03 | 0.39 | 0.40 | 55 | 0.25 | 0.48 |
| Hex | 98 | 93 | 5C | 0 | 3 | 27 | 28 | 37 | 19 | 30 |
| Octal | 230 | 223 | 134 | 0 | 3 | 47 | 50 | 67 | 31 | 60 |
| Binary | 10011000 | 10010011 | 1011100 | 0 | 11 | 100111 | 101000 | 110111 | 11001 | 110000 |
Color Harmonies of #98935C
Complementary color
Monochromatic Colors of #98935C
Black with #98935C
Text Example
Text Example
White with #98935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98935C; }
p { color: rgb(152,147,92); }
H1.HeaderClassName
{
color: #98935C;
}
.AnyTagClassName
{
color: #98935C;
}
</style>
background-color css
<style>
a { background-color: #98935C; }
a { background-color: rgb(152,147,92); }
div.DivClassName
{
background-color: #98935C;
}
.BgClassName
{
background-color: #98935C;
}
</style>
border-color css
<style>
span { border-color: #98935C; }
span { border-color: rgb(152,147,92); }
td.TdClassName
{
border-color: #98935C;
}
.TagClassName
{
border-color: #98935C;
}
</style>