Shades of Avocado #929353
Tints of Avocado #929353
RGB
CMYK
RGB Variations
Color information
#929353 (or 0x929353) is known color: Avocado. HEX triplet: 92, 93 and 53. RGB value is (146,147,83). Sum of RGB (Red+Green+Blue) = 146+147+83=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #929353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929353 is #6D6CAC. Grayscale: #8B8B8B. Windows color (decimal): -7171245 or 5477266. OLE color: 5477266.
HSL color Cylindrical-coordinate representation of color #929353: hue angle of 60.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #929353 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 83 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.42 |
| HSL | 60.94º | 0.28% | 0.45% | - |
| HSV(B) | 60.94º | 0.44% | 0.58% | - |
| XYZ | 23.85 | 27.6 | 12.25 | - |
| YUV | 139.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 83 | 0.01 | 0 | 0.44 | 0.42 | 60.94 | 0.28 | 0.45 |
| Hex | 92 | 93 | 53 | 1 | 0 | 2C | 2A | 3D | 1C | 2D |
| Octal | 222 | 223 | 123 | 1 | 0 | 54 | 52 | 75 | 34 | 55 |
| Binary | 10010010 | 10010011 | 1010011 | 1 | 0 | 101100 | 101010 | 111101 | 11100 | 101101 |
Color Harmonies of #929353
Complementary color
Monochromatic Colors of #929353
Black with #929353
Text Example
Text Example
White with #929353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929353; }
p { color: rgb(146,147,83); }
H1.HeaderClassName
{
color: #929353;
}
.AnyTagClassName
{
color: #929353;
}
</style>
background-color css
<style>
a { background-color: #929353; }
a { background-color: rgb(146,147,83); }
div.DivClassName
{
background-color: #929353;
}
.BgClassName
{
background-color: #929353;
}
</style>
border-color css
<style>
span { border-color: #929353; }
span { border-color: rgb(146,147,83); }
td.TdClassName
{
border-color: #929353;
}
.TagClassName
{
border-color: #929353;
}
</style>