Shades of Avocado #91995B
Tints of Avocado #91995B
RGB
CMYK
RGB Variations
Color information
#91995B (or 0x91995B) is known color: Avocado. HEX triplet: 91, 99 and 5B. RGB value is (145,153,91). Sum of RGB (Red+Green+Blue) = 145+153+91=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #91995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91995B is #6E66A4. Grayscale: #8F8F8F. Windows color (decimal): -7235237 or 6003089. OLE color: 6003089.
HSL color Cylindrical-coordinate representation of color #91995B: hue angle of 67.74º degrees, saturation: 0.25, 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 #91995B is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 91 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.4 |
| HSL | 67.74º | 0.25% | 0.48% | - |
| HSV(B) | 67.74º | 0.41% | 0.6% | - |
| XYZ | 24.96 | 29.56 | 14.29 | - |
| YUV | 143.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 91 | 0.05 | 0 | 0.41 | 0.4 | 67.74 | 0.25 | 0.48 |
| Hex | 91 | 99 | 5B | 5 | 0 | 29 | 28 | 44 | 19 | 30 |
| Octal | 221 | 231 | 133 | 5 | 0 | 51 | 50 | 104 | 31 | 60 |
| Binary | 10010001 | 10011001 | 1011011 | 101 | 0 | 101001 | 101000 | 1000100 | 11001 | 110000 |
Color Harmonies of #91995B
Complementary color
Monochromatic Colors of #91995B
Black with #91995B
Text Example
Text Example
White with #91995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91995B; }
p { color: rgb(145,153,91); }
H1.HeaderClassName
{
color: #91995B;
}
.AnyTagClassName
{
color: #91995B;
}
</style>
background-color css
<style>
a { background-color: #91995B; }
a { background-color: rgb(145,153,91); }
div.DivClassName
{
background-color: #91995B;
}
.BgClassName
{
background-color: #91995B;
}
</style>
border-color css
<style>
span { border-color: #91995B; }
span { border-color: rgb(145,153,91); }
td.TdClassName
{
border-color: #91995B;
}
.TagClassName
{
border-color: #91995B;
}
</style>