Shades of Avocado #91985C
Tints of Avocado #91985C
RGB
CMYK
RGB Variations
Color information
#91985C (or 0x91985C) is known color: Avocado. HEX triplet: 91, 98 and 5C. RGB value is (145,152,92). Sum of RGB (Red+Green+Blue) = 145+152+92=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #91985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91985C is #6E67A3. Grayscale: #8F8F8F. Windows color (decimal): -7235492 or 6068369. OLE color: 6068369.
HSL color Cylindrical-coordinate representation of color #91985C: hue angle of 67º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91985C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 92 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.40 |
| HSL | 67º | 0.25% | 0.48% | - |
| HSV(B) | 67º | 0.39% | 0.6% | - |
| XYZ | 24.84 | 29.25 | 14.46 | - |
| YUV | 143.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 92 | 0.05 | 0 | 0.39 | 0.40 | 67 | 0.25 | 0.48 |
| Hex | 91 | 98 | 5C | 5 | 0 | 27 | 28 | 43 | 19 | 30 |
| Octal | 221 | 230 | 134 | 5 | 0 | 47 | 50 | 103 | 31 | 60 |
| Binary | 10010001 | 10011000 | 1011100 | 101 | 0 | 100111 | 101000 | 1000011 | 11001 | 110000 |
Color Harmonies of #91985C
Complementary color
Monochromatic Colors of #91985C
Black with #91985C
Text Example
Text Example
White with #91985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91985C; }
p { color: rgb(145,152,92); }
H1.HeaderClassName
{
color: #91985C;
}
.AnyTagClassName
{
color: #91985C;
}
</style>
background-color css
<style>
a { background-color: #91985C; }
a { background-color: rgb(145,152,92); }
div.DivClassName
{
background-color: #91985C;
}
.BgClassName
{
background-color: #91985C;
}
</style>
border-color css
<style>
span { border-color: #91985C; }
span { border-color: rgb(145,152,92); }
td.TdClassName
{
border-color: #91985C;
}
.TagClassName
{
border-color: #91985C;
}
</style>