Shades of Avocado #949256
Tints of Avocado #949256
RGB
CMYK
RGB Variations
Color information
#949256 (or 0x949256) is known color: Avocado. HEX triplet: 94, 92 and 56. RGB value is (148,146,86). Sum of RGB (Red+Green+Blue) = 148+146+86=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #949256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949256 is #6B6DA9. Grayscale: #8C8C8C. Windows color (decimal): -7040426 or 5673620. OLE color: 5673620.
HSL color Cylindrical-coordinate representation of color #949256: hue angle of 58.06º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949256 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 86 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.42 |
| HSL | 58.06º | 0.26% | 0.46% | - |
| HSV(B) | 58.06º | 0.42% | 0.58% | - |
| XYZ | 24.17 | 27.53 | 12.84 | - |
| YUV | 139.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 86 | 0 | 0.01 | 0.42 | 0.42 | 58.06 | 0.26 | 0.46 |
| Hex | 94 | 92 | 56 | 0 | 1 | 2A | 2A | 3A | 1A | 2E |
| Octal | 224 | 222 | 126 | 0 | 1 | 52 | 52 | 72 | 32 | 56 |
| Binary | 10010100 | 10010010 | 1010110 | 0 | 1 | 101010 | 101010 | 111010 | 11010 | 101110 |
Color Harmonies of #949256
Complementary color
Monochromatic Colors of #949256
Black with #949256
Text Example
Text Example
White with #949256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949256; }
p { color: rgb(148,146,86); }
H1.HeaderClassName
{
color: #949256;
}
.AnyTagClassName
{
color: #949256;
}
</style>
background-color css
<style>
a { background-color: #949256; }
a { background-color: rgb(148,146,86); }
div.DivClassName
{
background-color: #949256;
}
.BgClassName
{
background-color: #949256;
}
</style>
border-color css
<style>
span { border-color: #949256; }
span { border-color: rgb(148,146,86); }
td.TdClassName
{
border-color: #949256;
}
.TagClassName
{
border-color: #949256;
}
</style>