Shades of Avocado #929572
Tints of Avocado #929572
RGB
CMYK
RGB Variations
Color information
#929572 (or 0x929572) is known color: Avocado. HEX triplet: 92, 95 and 72. RGB value is (146,149,114). Sum of RGB (Red+Green+Blue) = 146+149+114=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #929572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929572 is #6D6A8D. Grayscale: #909090. Windows color (decimal): -7170702 or 7509394. OLE color: 7509394.
HSL color Cylindrical-coordinate representation of color #929572: hue angle of 65.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929572 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 114 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.42 |
| HSL | 65.14º | 0.14% | 0.52% | - |
| HSV(B) | 65.14º | 0.23% | 0.58% | - |
| XYZ | 25.64 | 28.82 | 20.13 | - |
| YUV | 144.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 114 | 0.02 | 0 | 0.23 | 0.42 | 65.14 | 0.14 | 0.52 |
| Hex | 92 | 95 | 72 | 2 | 0 | 17 | 2A | 41 | E | 34 |
| Octal | 222 | 225 | 162 | 2 | 0 | 27 | 52 | 101 | 16 | 64 |
| Binary | 10010010 | 10010101 | 1110010 | 10 | 0 | 10111 | 101010 | 1000001 | 1110 | 110100 |
Color Harmonies of #929572
Complementary color
Monochromatic Colors of #929572
Black with #929572
Text Example
Text Example
White with #929572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929572; }
p { color: rgb(146,149,114); }
H1.HeaderClassName
{
color: #929572;
}
.AnyTagClassName
{
color: #929572;
}
</style>
background-color css
<style>
a { background-color: #929572; }
a { background-color: rgb(146,149,114); }
div.DivClassName
{
background-color: #929572;
}
.BgClassName
{
background-color: #929572;
}
</style>
border-color css
<style>
span { border-color: #929572; }
span { border-color: rgb(146,149,114); }
td.TdClassName
{
border-color: #929572;
}
.TagClassName
{
border-color: #929572;
}
</style>