Shades of Avocado #91986A
Tints of Avocado #91986A
RGB
CMYK
RGB Variations
Color information
#91986A (or 0x91986A) is known color: Avocado. HEX triplet: 91, 98 and 6A. RGB value is (145,152,106). Sum of RGB (Red+Green+Blue) = 145+152+106=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #91986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91986A is #6E6795. Grayscale: #909090. Windows color (decimal): -7235478 or 6985873. OLE color: 6985873.
HSL color Cylindrical-coordinate representation of color #91986A: hue angle of 69.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91986A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 106 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.40 |
| HSL | 69.13º | 0.18% | 0.51% | - |
| HSV(B) | 69.13º | 0.3% | 0.6% | - |
| XYZ | 25.51 | 29.52 | 17.99 | - |
| YUV | 144.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 106 | 0.05 | 0 | 0.30 | 0.40 | 69.13 | 0.18 | 0.51 |
| Hex | 91 | 98 | 6A | 5 | 0 | 1E | 28 | 45 | 12 | 33 |
| Octal | 221 | 230 | 152 | 5 | 0 | 36 | 50 | 105 | 22 | 63 |
| Binary | 10010001 | 10011000 | 1101010 | 101 | 0 | 11110 | 101000 | 1000101 | 10010 | 110011 |
Color Harmonies of #91986A
Complementary color
Monochromatic Colors of #91986A
Black with #91986A
Text Example
Text Example
White with #91986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91986A; }
p { color: rgb(145,152,106); }
H1.HeaderClassName
{
color: #91986A;
}
.AnyTagClassName
{
color: #91986A;
}
</style>
background-color css
<style>
a { background-color: #91986A; }
a { background-color: rgb(145,152,106); }
div.DivClassName
{
background-color: #91986A;
}
.BgClassName
{
background-color: #91986A;
}
</style>
border-color css
<style>
span { border-color: #91986A; }
span { border-color: rgb(145,152,106); }
td.TdClassName
{
border-color: #91986A;
}
.TagClassName
{
border-color: #91986A;
}
</style>