Shades of Avocado #91925C
Tints of Avocado #91925C
RGB
CMYK
RGB Variations
Color information
#91925C (or 0x91925C) is known color: Avocado. HEX triplet: 91, 92 and 5C. RGB value is (145,146,92). Sum of RGB (Red+Green+Blue) = 145+146+92=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #91925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91925C is #6E6DA3. Grayscale: #8B8B8B. Windows color (decimal): -7237028 or 6066833. OLE color: 6066833.
HSL color Cylindrical-coordinate representation of color #91925C: hue angle of 61.11º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91925C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 92 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.43 |
| HSL | 61.11º | 0.23% | 0.47% | - |
| HSV(B) | 61.11º | 0.37% | 0.57% | - |
| XYZ | 23.89 | 27.35 | 14.15 | - |
| YUV | 139.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 92 | 0.01 | 0 | 0.37 | 0.43 | 61.11 | 0.23 | 0.47 |
| Hex | 91 | 92 | 5C | 1 | 0 | 25 | 2B | 3D | 17 | 2F |
| Octal | 221 | 222 | 134 | 1 | 0 | 45 | 53 | 75 | 27 | 57 |
| Binary | 10010001 | 10010010 | 1011100 | 1 | 0 | 100101 | 101011 | 111101 | 10111 | 101111 |
Color Harmonies of #91925C
Complementary color
Monochromatic Colors of #91925C
Black with #91925C
Text Example
Text Example
White with #91925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91925C; }
p { color: rgb(145,146,92); }
H1.HeaderClassName
{
color: #91925C;
}
.AnyTagClassName
{
color: #91925C;
}
</style>
background-color css
<style>
a { background-color: #91925C; }
a { background-color: rgb(145,146,92); }
div.DivClassName
{
background-color: #91925C;
}
.BgClassName
{
background-color: #91925C;
}
</style>
border-color css
<style>
span { border-color: #91925C; }
span { border-color: rgb(145,146,92); }
td.TdClassName
{
border-color: #91925C;
}
.TagClassName
{
border-color: #91925C;
}
</style>