Shades of Avocado #989A5D
Tints of Avocado #989A5D
RGB
CMYK
RGB Variations
Color information
#989A5D (or 0x989A5D) is known color: Avocado. HEX triplet: 98, 9A and 5D. RGB value is (152,154,93). Sum of RGB (Red+Green+Blue) = 152+154+93=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #989A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989A5D is #6765A2. Grayscale: #929292. Windows color (decimal): -6776227 or 6134424. OLE color: 6134424.
HSL color Cylindrical-coordinate representation of color #989A5D: hue angle of 61.97º 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 #989A5D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 93 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.40 |
| HSL | 61.97º | 0.25% | 0.48% | - |
| HSV(B) | 61.97º | 0.4% | 0.6% | - |
| XYZ | 26.48 | 30.58 | 14.86 | - |
| YUV | 146.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 93 | 0.01 | 0 | 0.40 | 0.40 | 61.97 | 0.25 | 0.48 |
| Hex | 98 | 9A | 5D | 1 | 0 | 28 | 28 | 3E | 19 | 30 |
| Octal | 230 | 232 | 135 | 1 | 0 | 50 | 50 | 76 | 31 | 60 |
| Binary | 10011000 | 10011010 | 1011101 | 1 | 0 | 101000 | 101000 | 111110 | 11001 | 110000 |
Color Harmonies of #989A5D
Complementary color
Monochromatic Colors of #989A5D
Black with #989A5D
Text Example
Text Example
White with #989A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A5D; }
p { color: rgb(152,154,93); }
H1.HeaderClassName
{
color: #989A5D;
}
.AnyTagClassName
{
color: #989A5D;
}
</style>
background-color css
<style>
a { background-color: #989A5D; }
a { background-color: rgb(152,154,93); }
div.DivClassName
{
background-color: #989A5D;
}
.BgClassName
{
background-color: #989A5D;
}
</style>
border-color css
<style>
span { border-color: #989A5D; }
span { border-color: rgb(152,154,93); }
td.TdClassName
{
border-color: #989A5D;
}
.TagClassName
{
border-color: #989A5D;
}
</style>