Shades of Avocado #929858
Tints of Avocado #929858
RGB
CMYK
RGB Variations
Color information
#929858 (or 0x929858) is known color: Avocado. HEX triplet: 92, 98 and 58. RGB value is (146,152,88). Sum of RGB (Red+Green+Blue) = 146+152+88=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #929858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929858 is #6D67A7. Grayscale: #8F8F8F. Windows color (decimal): -7169960 or 5806226. OLE color: 5806226.
HSL color Cylindrical-coordinate representation of color #929858: hue angle of 65.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #929858 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 88 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.40 |
| HSL | 65.63º | 0.27% | 0.47% | - |
| HSV(B) | 65.63º | 0.42% | 0.6% | - |
| XYZ | 24.84 | 29.27 | 13.57 | - |
| YUV | 142.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 88 | 0.04 | 0 | 0.42 | 0.40 | 65.63 | 0.27 | 0.47 |
| Hex | 92 | 98 | 58 | 4 | 0 | 2A | 28 | 42 | 1B | 2F |
| Octal | 222 | 230 | 130 | 4 | 0 | 52 | 50 | 102 | 33 | 57 |
| Binary | 10010010 | 10011000 | 1011000 | 100 | 0 | 101010 | 101000 | 1000010 | 11011 | 101111 |
Color Harmonies of #929858
Complementary color
Monochromatic Colors of #929858
Black with #929858
Text Example
Text Example
White with #929858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929858; }
p { color: rgb(146,152,88); }
H1.HeaderClassName
{
color: #929858;
}
.AnyTagClassName
{
color: #929858;
}
</style>
background-color css
<style>
a { background-color: #929858; }
a { background-color: rgb(146,152,88); }
div.DivClassName
{
background-color: #929858;
}
.BgClassName
{
background-color: #929858;
}
</style>
border-color css
<style>
span { border-color: #929858; }
span { border-color: rgb(146,152,88); }
td.TdClassName
{
border-color: #929858;
}
.TagClassName
{
border-color: #929858;
}
</style>