Shades of Avocado #929754
Tints of Avocado #929754
RGB
CMYK
RGB Variations
Color information
#929754 (or 0x929754) is known color: Avocado. HEX triplet: 92, 97 and 54. RGB value is (146,151,84). Sum of RGB (Red+Green+Blue) = 146+151+84=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #929754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929754 is #6D68AB. Grayscale: #8E8E8E. Windows color (decimal): -7170220 or 5543826. OLE color: 5543826.
HSL color Cylindrical-coordinate representation of color #929754: hue angle of 64.48º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #929754 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 151 | 84 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.41 |
| HSL | 64.48º | 0.29% | 0.46% | - |
| HSV(B) | 64.48º | 0.44% | 0.59% | - |
| XYZ | 24.52 | 28.88 | 12.67 | - |
| YUV | 141.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 84 | 0.03 | 0 | 0.44 | 0.41 | 64.48 | 0.29 | 0.46 |
| Hex | 92 | 97 | 54 | 3 | 0 | 2C | 29 | 40 | 1D | 2E |
| Octal | 222 | 227 | 124 | 3 | 0 | 54 | 51 | 100 | 35 | 56 |
| Binary | 10010010 | 10010111 | 1010100 | 11 | 0 | 101100 | 101001 | 1000000 | 11101 | 101110 |
Color Harmonies of #929754
Complementary color
Monochromatic Colors of #929754
Black with #929754
Text Example
Text Example
White with #929754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929754; }
p { color: rgb(146,151,84); }
H1.HeaderClassName
{
color: #929754;
}
.AnyTagClassName
{
color: #929754;
}
</style>
background-color css
<style>
a { background-color: #929754; }
a { background-color: rgb(146,151,84); }
div.DivClassName
{
background-color: #929754;
}
.BgClassName
{
background-color: #929754;
}
</style>
border-color css
<style>
span { border-color: #929754; }
span { border-color: rgb(146,151,84); }
td.TdClassName
{
border-color: #929754;
}
.TagClassName
{
border-color: #929754;
}
</style>