Shades of Avocado #929857
Tints of Avocado #929857
RGB
CMYK
RGB Variations
Color information
#929857 (or 0x929857) is known color: Avocado. HEX triplet: 92, 98 and 57. RGB value is (146,152,87). Sum of RGB (Red+Green+Blue) = 146+152+87=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #929857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929857 is #6D67A8. Grayscale: #8F8F8F. Windows color (decimal): -7169961 or 5740690. OLE color: 5740690.
HSL color Cylindrical-coordinate representation of color #929857: hue angle of 65.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #929857 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 87 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.40 |
| HSL | 65.54º | 0.27% | 0.47% | - |
| HSV(B) | 65.54º | 0.43% | 0.6% | - |
| XYZ | 24.8 | 29.26 | 13.36 | - |
| YUV | 142.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 87 | 0.04 | 0 | 0.43 | 0.40 | 65.54 | 0.27 | 0.47 |
| Hex | 92 | 98 | 57 | 4 | 0 | 2B | 28 | 42 | 1B | 2F |
| Octal | 222 | 230 | 127 | 4 | 0 | 53 | 50 | 102 | 33 | 57 |
| Binary | 10010010 | 10011000 | 1010111 | 100 | 0 | 101011 | 101000 | 1000010 | 11011 | 101111 |
Color Harmonies of #929857
Complementary color
Monochromatic Colors of #929857
Black with #929857
Text Example
Text Example
White with #929857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929857; }
p { color: rgb(146,152,87); }
H1.HeaderClassName
{
color: #929857;
}
.AnyTagClassName
{
color: #929857;
}
</style>
background-color css
<style>
a { background-color: #929857; }
a { background-color: rgb(146,152,87); }
div.DivClassName
{
background-color: #929857;
}
.BgClassName
{
background-color: #929857;
}
</style>
border-color css
<style>
span { border-color: #929857; }
span { border-color: rgb(146,152,87); }
td.TdClassName
{
border-color: #929857;
}
.TagClassName
{
border-color: #929857;
}
</style>