Shades of Avocado #92995C
Tints of Avocado #92995C
RGB
CMYK
RGB Variations
Color information
#92995C (or 0x92995C) is known color: Avocado. HEX triplet: 92, 99 and 5C. RGB value is (146,153,92). Sum of RGB (Red+Green+Blue) = 146+153+92=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #92995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92995C is #6D66A3. Grayscale: #909090. Windows color (decimal): -7169700 or 6068626. OLE color: 6068626.
HSL color Cylindrical-coordinate representation of color #92995C: hue angle of 66.89º 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 #92995C is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 92 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.4 |
| HSL | 66.89º | 0.25% | 0.48% | - |
| HSV(B) | 66.89º | 0.4% | 0.6% | - |
| XYZ | 25.18 | 29.67 | 14.52 | - |
| YUV | 143.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 92 | 0.05 | 0 | 0.40 | 0.4 | 66.89 | 0.25 | 0.48 |
| Hex | 92 | 99 | 5C | 5 | 0 | 28 | 28 | 43 | 19 | 30 |
| Octal | 222 | 231 | 134 | 5 | 0 | 50 | 50 | 103 | 31 | 60 |
| Binary | 10010010 | 10011001 | 1011100 | 101 | 0 | 101000 | 101000 | 1000011 | 11001 | 110000 |
Color Harmonies of #92995C
Complementary color
Monochromatic Colors of #92995C
Black with #92995C
Text Example
Text Example
White with #92995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92995C; }
p { color: rgb(146,153,92); }
H1.HeaderClassName
{
color: #92995C;
}
.AnyTagClassName
{
color: #92995C;
}
</style>
background-color css
<style>
a { background-color: #92995C; }
a { background-color: rgb(146,153,92); }
div.DivClassName
{
background-color: #92995C;
}
.BgClassName
{
background-color: #92995C;
}
</style>
border-color css
<style>
span { border-color: #92995C; }
span { border-color: rgb(146,153,92); }
td.TdClassName
{
border-color: #92995C;
}
.TagClassName
{
border-color: #92995C;
}
</style>