Shades of Avocado #989A58
Tints of Avocado #989A58
RGB
CMYK
RGB Variations
Color information
#989A58 (or 0x989A58) is known color: Avocado. HEX triplet: 98, 9A and 58. RGB value is (152,154,88). Sum of RGB (Red+Green+Blue) = 152+154+88=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #989A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989A58 is #6765A7. Grayscale: #929292. Windows color (decimal): -6776232 or 5806744. OLE color: 5806744.
HSL color Cylindrical-coordinate representation of color #989A58: hue angle of 61.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #989A58 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 88 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.40 |
| HSL | 61.82º | 0.27% | 0.47% | - |
| HSV(B) | 61.82º | 0.43% | 0.6% | - |
| XYZ | 26.27 | 30.49 | 13.73 | - |
| YUV | 145.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 88 | 0.01 | 0 | 0.43 | 0.40 | 61.82 | 0.27 | 0.47 |
| Hex | 98 | 9A | 58 | 1 | 0 | 2B | 28 | 3E | 1B | 2F |
| Octal | 230 | 232 | 130 | 1 | 0 | 53 | 50 | 76 | 33 | 57 |
| Binary | 10011000 | 10011010 | 1011000 | 1 | 0 | 101011 | 101000 | 111110 | 11011 | 101111 |
Color Harmonies of #989A58
Complementary color
Monochromatic Colors of #989A58
Black with #989A58
Text Example
Text Example
White with #989A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A58; }
p { color: rgb(152,154,88); }
H1.HeaderClassName
{
color: #989A58;
}
.AnyTagClassName
{
color: #989A58;
}
</style>
background-color css
<style>
a { background-color: #989A58; }
a { background-color: rgb(152,154,88); }
div.DivClassName
{
background-color: #989A58;
}
.BgClassName
{
background-color: #989A58;
}
</style>
border-color css
<style>
span { border-color: #989A58; }
span { border-color: rgb(152,154,88); }
td.TdClassName
{
border-color: #989A58;
}
.TagClassName
{
border-color: #989A58;
}
</style>