Shades of Avocado #949456
Tints of Avocado #949456
RGB
CMYK
RGB Variations
Color information
#949456 (or 0x949456) is known color: Avocado. HEX triplet: 94, 94 and 56. RGB value is (148,148,86). Sum of RGB (Red+Green+Blue) = 148+148+86=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949456 is #6B6BA9. Grayscale: #8D8D8D. Windows color (decimal): -7039914 or 5674132. OLE color: 5674132.
HSL color Cylindrical-coordinate representation of color #949456: hue angle of 60º 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 #949456 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 148 | 86 | - |
| CMYK | 0 | 0 | 0.42 | 0.42 |
| HSL | 60º | 0.26% | 0.46% | - |
| HSV(B) | 60º | 0.42% | 0.58% | - |
| XYZ | 24.48 | 28.15 | 12.95 | - |
| YUV | 140.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 86 | 0 | 0 | 0.42 | 0.42 | 60 | 0.26 | 0.46 |
| Hex | 94 | 94 | 56 | 0 | 0 | 2A | 2A | 3C | 1A | 2E |
| Octal | 224 | 224 | 126 | 0 | 0 | 52 | 52 | 74 | 32 | 56 |
| Binary | 10010100 | 10010100 | 1010110 | 0 | 0 | 101010 | 101010 | 111100 | 11010 | 101110 |
Color Harmonies of #949456
Complementary color
Monochromatic Colors of #949456
Black with #949456
Text Example
Text Example
White with #949456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949456; }
p { color: rgb(148,148,86); }
H1.HeaderClassName
{
color: #949456;
}
.AnyTagClassName
{
color: #949456;
}
</style>
background-color css
<style>
a { background-color: #949456; }
a { background-color: rgb(148,148,86); }
div.DivClassName
{
background-color: #949456;
}
.BgClassName
{
background-color: #949456;
}
</style>
border-color css
<style>
span { border-color: #949456; }
span { border-color: rgb(148,148,86); }
td.TdClassName
{
border-color: #949456;
}
.TagClassName
{
border-color: #949456;
}
</style>