Shades of Avocado #91985A
Tints of Avocado #91985A
RGB
CMYK
RGB Variations
Color information
#91985A (or 0x91985A) is known color: Avocado. HEX triplet: 91, 98 and 5A. RGB value is (145,152,90). Sum of RGB (Red+Green+Blue) = 145+152+90=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #91985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91985A is #6E67A5. Grayscale: #8F8F8F. Windows color (decimal): -7235494 or 5937297. OLE color: 5937297.
HSL color Cylindrical-coordinate representation of color #91985A: hue angle of 66.77º 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 #91985A is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 90 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.40 |
| HSL | 66.77º | 0.26% | 0.47% | - |
| HSV(B) | 66.77º | 0.41% | 0.6% | - |
| XYZ | 24.75 | 29.21 | 14.01 | - |
| YUV | 142.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 90 | 0.05 | 0 | 0.41 | 0.40 | 66.77 | 0.26 | 0.47 |
| Hex | 91 | 98 | 5A | 5 | 0 | 29 | 28 | 43 | 1A | 2F |
| Octal | 221 | 230 | 132 | 5 | 0 | 51 | 50 | 103 | 32 | 57 |
| Binary | 10010001 | 10011000 | 1011010 | 101 | 0 | 101001 | 101000 | 1000011 | 11010 | 101111 |
Color Harmonies of #91985A
Complementary color
Monochromatic Colors of #91985A
Black with #91985A
Text Example
Text Example
White with #91985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91985A; }
p { color: rgb(145,152,90); }
H1.HeaderClassName
{
color: #91985A;
}
.AnyTagClassName
{
color: #91985A;
}
</style>
background-color css
<style>
a { background-color: #91985A; }
a { background-color: rgb(145,152,90); }
div.DivClassName
{
background-color: #91985A;
}
.BgClassName
{
background-color: #91985A;
}
</style>
border-color css
<style>
span { border-color: #91985A; }
span { border-color: rgb(145,152,90); }
td.TdClassName
{
border-color: #91985A;
}
.TagClassName
{
border-color: #91985A;
}
</style>