Shades of Avocado #989A5B
Tints of Avocado #989A5B
RGB
CMYK
RGB Variations
Color information
#989A5B (or 0x989A5B) is known color: Avocado. HEX triplet: 98, 9A and 5B. RGB value is (152,154,91). Sum of RGB (Red+Green+Blue) = 152+154+91=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #989A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989A5B is #6765A4. Grayscale: #929292. Windows color (decimal): -6776229 or 6003352. OLE color: 6003352.
HSL color Cylindrical-coordinate representation of color #989A5B: hue angle of 61.9º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #989A5B is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 91 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.40 |
| HSL | 61.9º | 0.26% | 0.48% | - |
| HSV(B) | 61.9º | 0.41% | 0.6% | - |
| XYZ | 26.39 | 30.54 | 14.4 | - |
| YUV | 146.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 91 | 0.01 | 0 | 0.41 | 0.40 | 61.9 | 0.26 | 0.48 |
| Hex | 98 | 9A | 5B | 1 | 0 | 29 | 28 | 3E | 1A | 30 |
| Octal | 230 | 232 | 133 | 1 | 0 | 51 | 50 | 76 | 32 | 60 |
| Binary | 10011000 | 10011010 | 1011011 | 1 | 0 | 101001 | 101000 | 111110 | 11010 | 110000 |
Color Harmonies of #989A5B
Complementary color
Monochromatic Colors of #989A5B
Black with #989A5B
Text Example
Text Example
White with #989A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A5B; }
p { color: rgb(152,154,91); }
H1.HeaderClassName
{
color: #989A5B;
}
.AnyTagClassName
{
color: #989A5B;
}
</style>
background-color css
<style>
a { background-color: #989A5B; }
a { background-color: rgb(152,154,91); }
div.DivClassName
{
background-color: #989A5B;
}
.BgClassName
{
background-color: #989A5B;
}
</style>
border-color css
<style>
span { border-color: #989A5B; }
span { border-color: rgb(152,154,91); }
td.TdClassName
{
border-color: #989A5B;
}
.TagClassName
{
border-color: #989A5B;
}
</style>