Shades of Avocado #98925A
Tints of Avocado #98925A
RGB
CMYK
RGB Variations
Color information
#98925A (or 0x98925A) is known color: Avocado. HEX triplet: 98, 92 and 5A. RGB value is (152,146,90). Sum of RGB (Red+Green+Blue) = 152+146+90=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98925A is #676DA5. Grayscale: #8D8D8D. Windows color (decimal): -6778278 or 5935768. OLE color: 5935768.
HSL color Cylindrical-coordinate representation of color #98925A: hue angle of 54.19º 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 #98925A is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 90 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.40 |
| HSL | 54.19º | 0.26% | 0.47% | - |
| HSV(B) | 54.19º | 0.41% | 0.6% | - |
| XYZ | 25.07 | 27.97 | 13.75 | - |
| YUV | 141.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 90 | 0 | 0.04 | 0.41 | 0.40 | 54.19 | 0.26 | 0.47 |
| Hex | 98 | 92 | 5A | 0 | 4 | 29 | 28 | 36 | 1A | 2F |
| Octal | 230 | 222 | 132 | 0 | 4 | 51 | 50 | 66 | 32 | 57 |
| Binary | 10011000 | 10010010 | 1011010 | 0 | 100 | 101001 | 101000 | 110110 | 11010 | 101111 |
Color Harmonies of #98925A
Complementary color
Monochromatic Colors of #98925A
Black with #98925A
Text Example
Text Example
White with #98925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98925A; }
p { color: rgb(152,146,90); }
H1.HeaderClassName
{
color: #98925A;
}
.AnyTagClassName
{
color: #98925A;
}
</style>
background-color css
<style>
a { background-color: #98925A; }
a { background-color: rgb(152,146,90); }
div.DivClassName
{
background-color: #98925A;
}
.BgClassName
{
background-color: #98925A;
}
</style>
border-color css
<style>
span { border-color: #98925A; }
span { border-color: rgb(152,146,90); }
td.TdClassName
{
border-color: #98925A;
}
.TagClassName
{
border-color: #98925A;
}
</style>