Shades of Avocado #929355
Tints of Avocado #929355
RGB
CMYK
RGB Variations
Color information
#929355 (or 0x929355) is known color: Avocado. HEX triplet: 92, 93 and 55. RGB value is (146,147,85). Sum of RGB (Red+Green+Blue) = 146+147+85=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #929355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929355 is #6D6CAA. Grayscale: #8B8B8B. Windows color (decimal): -7171243 or 5608338. OLE color: 5608338.
HSL color Cylindrical-coordinate representation of color #929355: hue angle of 60.97º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #929355 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 85 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.42 |
| HSL | 60.97º | 0.27% | 0.45% | - |
| HSV(B) | 60.97º | 0.42% | 0.58% | - |
| XYZ | 23.93 | 27.63 | 12.67 | - |
| YUV | 139.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 85 | 0.01 | 0 | 0.42 | 0.42 | 60.97 | 0.27 | 0.45 |
| Hex | 92 | 93 | 55 | 1 | 0 | 2A | 2A | 3D | 1B | 2D |
| Octal | 222 | 223 | 125 | 1 | 0 | 52 | 52 | 75 | 33 | 55 |
| Binary | 10010010 | 10010011 | 1010101 | 1 | 0 | 101010 | 101010 | 111101 | 11011 | 101101 |
Color Harmonies of #929355
Complementary color
Monochromatic Colors of #929355
Black with #929355
Text Example
Text Example
White with #929355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929355; }
p { color: rgb(146,147,85); }
H1.HeaderClassName
{
color: #929355;
}
.AnyTagClassName
{
color: #929355;
}
</style>
background-color css
<style>
a { background-color: #929355; }
a { background-color: rgb(146,147,85); }
div.DivClassName
{
background-color: #929355;
}
.BgClassName
{
background-color: #929355;
}
</style>
border-color css
<style>
span { border-color: #929355; }
span { border-color: rgb(146,147,85); }
td.TdClassName
{
border-color: #929355;
}
.TagClassName
{
border-color: #929355;
}
</style>