Shades of Avocado #98965A
Tints of Avocado #98965A
RGB
CMYK
RGB Variations
Color information
#98965A (or 0x98965A) is known color: Avocado. HEX triplet: 98, 96 and 5A. RGB value is (152,150,90). Sum of RGB (Red+Green+Blue) = 152+150+90=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98965A is #6769A5. Grayscale: #909090. Windows color (decimal): -6777254 or 5936792. OLE color: 5936792.
HSL color Cylindrical-coordinate representation of color #98965A: hue angle of 58.06º 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 #98965A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 90 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.40 |
| HSL | 58.06º | 0.26% | 0.47% | - |
| HSV(B) | 58.06º | 0.41% | 0.6% | - |
| XYZ | 25.7 | 29.23 | 13.96 | - |
| YUV | 143.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 90 | 0 | 0.01 | 0.41 | 0.40 | 58.06 | 0.26 | 0.47 |
| Hex | 98 | 96 | 5A | 0 | 1 | 29 | 28 | 3A | 1A | 2F |
| Octal | 230 | 226 | 132 | 0 | 1 | 51 | 50 | 72 | 32 | 57 |
| Binary | 10011000 | 10010110 | 1011010 | 0 | 1 | 101001 | 101000 | 111010 | 11010 | 101111 |
Color Harmonies of #98965A
Complementary color
Monochromatic Colors of #98965A
Black with #98965A
Text Example
Text Example
White with #98965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98965A; }
p { color: rgb(152,150,90); }
H1.HeaderClassName
{
color: #98965A;
}
.AnyTagClassName
{
color: #98965A;
}
</style>
background-color css
<style>
a { background-color: #98965A; }
a { background-color: rgb(152,150,90); }
div.DivClassName
{
background-color: #98965A;
}
.BgClassName
{
background-color: #98965A;
}
</style>
border-color css
<style>
span { border-color: #98965A; }
span { border-color: rgb(152,150,90); }
td.TdClassName
{
border-color: #98965A;
}
.TagClassName
{
border-color: #98965A;
}
</style>