Shades of Avocado #91995C
Tints of Avocado #91995C
RGB
CMYK
RGB Variations
Color information
#91995C (or 0x91995C) is known color: Avocado. HEX triplet: 91, 99 and 5C. RGB value is (145,153,92). Sum of RGB (Red+Green+Blue) = 145+153+92=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #91995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91995C is #6E66A3. Grayscale: #8F8F8F. Windows color (decimal): -7235236 or 6068625. OLE color: 6068625.
HSL color Cylindrical-coordinate representation of color #91995C: hue angle of 67.87º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91995C is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 92 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.4 |
| HSL | 67.87º | 0.25% | 0.48% | - |
| HSV(B) | 67.87º | 0.4% | 0.6% | - |
| XYZ | 25 | 29.57 | 14.52 | - |
| YUV | 143.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 92 | 0.05 | 0 | 0.40 | 0.4 | 67.87 | 0.25 | 0.48 |
| Hex | 91 | 99 | 5C | 5 | 0 | 28 | 28 | 44 | 19 | 30 |
| Octal | 221 | 231 | 134 | 5 | 0 | 50 | 50 | 104 | 31 | 60 |
| Binary | 10010001 | 10011001 | 1011100 | 101 | 0 | 101000 | 101000 | 1000100 | 11001 | 110000 |
Color Harmonies of #91995C
Complementary color
Monochromatic Colors of #91995C
Black with #91995C
Text Example
Text Example
White with #91995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91995C; }
p { color: rgb(145,153,92); }
H1.HeaderClassName
{
color: #91995C;
}
.AnyTagClassName
{
color: #91995C;
}
</style>
background-color css
<style>
a { background-color: #91995C; }
a { background-color: rgb(145,153,92); }
div.DivClassName
{
background-color: #91995C;
}
.BgClassName
{
background-color: #91995C;
}
</style>
border-color css
<style>
span { border-color: #91995C; }
span { border-color: rgb(145,153,92); }
td.TdClassName
{
border-color: #91995C;
}
.TagClassName
{
border-color: #91995C;
}
</style>