Shades of Avocado #98975C
Tints of Avocado #98975C
RGB
CMYK
RGB Variations
Color information
#98975C (or 0x98975C) is known color: Avocado. HEX triplet: 98, 97 and 5C. RGB value is (152,151,92). Sum of RGB (Red+Green+Blue) = 152+151+92=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98975C is #6768A3. Grayscale: #909090. Windows color (decimal): -6776996 or 6068120. OLE color: 6068120.
HSL color Cylindrical-coordinate representation of color #98975C: hue angle of 59º 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 #98975C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 151 | 92 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.40 |
| HSL | 59º | 0.25% | 0.48% | - |
| HSV(B) | 59º | 0.39% | 0.6% | - |
| XYZ | 25.95 | 29.58 | 14.47 | - |
| YUV | 144.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 92 | 0 | 0.01 | 0.39 | 0.40 | 59 | 0.25 | 0.48 |
| Hex | 98 | 97 | 5C | 0 | 1 | 27 | 28 | 3B | 19 | 30 |
| Octal | 230 | 227 | 134 | 0 | 1 | 47 | 50 | 73 | 31 | 60 |
| Binary | 10011000 | 10010111 | 1011100 | 0 | 1 | 100111 | 101000 | 111011 | 11001 | 110000 |
Color Harmonies of #98975C
Complementary color
Monochromatic Colors of #98975C
Black with #98975C
Text Example
Text Example
White with #98975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98975C; }
p { color: rgb(152,151,92); }
H1.HeaderClassName
{
color: #98975C;
}
.AnyTagClassName
{
color: #98975C;
}
</style>
background-color css
<style>
a { background-color: #98975C; }
a { background-color: rgb(152,151,92); }
div.DivClassName
{
background-color: #98975C;
}
.BgClassName
{
background-color: #98975C;
}
</style>
border-color css
<style>
span { border-color: #98975C; }
span { border-color: rgb(152,151,92); }
td.TdClassName
{
border-color: #98975C;
}
.TagClassName
{
border-color: #98975C;
}
</style>