Shades of Avocado #929359
Tints of Avocado #929359
RGB
CMYK
RGB Variations
Color information
#929359 (or 0x929359) is known color: Avocado. HEX triplet: 92, 93 and 59. RGB value is (146,147,89). Sum of RGB (Red+Green+Blue) = 146+147+89=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #929359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929359 is #6D6CA6. Grayscale: #8C8C8C. Windows color (decimal): -7171239 or 5870482. OLE color: 5870482.
HSL color Cylindrical-coordinate representation of color #929359: hue angle of 61.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #929359 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 89 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.42 |
| HSL | 61.03º | 0.25% | 0.46% | - |
| HSV(B) | 61.03º | 0.39% | 0.58% | - |
| XYZ | 24.09 | 27.7 | 13.53 | - |
| YUV | 140.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 89 | 0.01 | 0 | 0.39 | 0.42 | 61.03 | 0.25 | 0.46 |
| Hex | 92 | 93 | 59 | 1 | 0 | 27 | 2A | 3D | 19 | 2E |
| Octal | 222 | 223 | 131 | 1 | 0 | 47 | 52 | 75 | 31 | 56 |
| Binary | 10010010 | 10010011 | 1011001 | 1 | 0 | 100111 | 101010 | 111101 | 11001 | 101110 |
Color Harmonies of #929359
Complementary color
Monochromatic Colors of #929359
Black with #929359
Text Example
Text Example
White with #929359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929359; }
p { color: rgb(146,147,89); }
H1.HeaderClassName
{
color: #929359;
}
.AnyTagClassName
{
color: #929359;
}
</style>
background-color css
<style>
a { background-color: #929359; }
a { background-color: rgb(146,147,89); }
div.DivClassName
{
background-color: #929359;
}
.BgClassName
{
background-color: #929359;
}
</style>
border-color css
<style>
span { border-color: #929359; }
span { border-color: rgb(146,147,89); }
td.TdClassName
{
border-color: #929359;
}
.TagClassName
{
border-color: #929359;
}
</style>