Shades of Avocado #91926B
Tints of Avocado #91926B
RGB
CMYK
RGB Variations
Color information
#91926B (or 0x91926B) is known color: Avocado. HEX triplet: 91, 92 and 6B. RGB value is (145,146,107). Sum of RGB (Red+Green+Blue) = 145+146+107=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #91926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91926B is #6E6D94. Grayscale: #8D8D8D. Windows color (decimal): -7237013 or 7049873. OLE color: 7049873.
HSL color Cylindrical-coordinate representation of color #91926B: hue angle of 61.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91926B is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 107 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.43 |
| HSL | 61.54º | 0.15% | 0.5% | - |
| HSV(B) | 61.54º | 0.27% | 0.57% | - |
| XYZ | 24.61 | 27.64 | 17.95 | - |
| YUV | 141.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 107 | 0.01 | 0 | 0.27 | 0.43 | 61.54 | 0.15 | 0.5 |
| Hex | 91 | 92 | 6B | 1 | 0 | 1B | 2B | 3E | F | 32 |
| Octal | 221 | 222 | 153 | 1 | 0 | 33 | 53 | 76 | 17 | 62 |
| Binary | 10010001 | 10010010 | 1101011 | 1 | 0 | 11011 | 101011 | 111110 | 1111 | 110010 |
Color Harmonies of #91926B
Complementary color
Monochromatic Colors of #91926B
Black with #91926B
Text Example
Text Example
White with #91926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91926B; }
p { color: rgb(145,146,107); }
H1.HeaderClassName
{
color: #91926B;
}
.AnyTagClassName
{
color: #91926B;
}
</style>
background-color css
<style>
a { background-color: #91926B; }
a { background-color: rgb(145,146,107); }
div.DivClassName
{
background-color: #91926B;
}
.BgClassName
{
background-color: #91926B;
}
</style>
border-color css
<style>
span { border-color: #91926B; }
span { border-color: rgb(145,146,107); }
td.TdClassName
{
border-color: #91926B;
}
.TagClassName
{
border-color: #91926B;
}
</style>