Shades of Avocado #939556
Tints of Avocado #939556
RGB
CMYK
RGB Variations
Color information
#939556 (or 0x939556) is known color: Avocado. HEX triplet: 93, 95 and 56. RGB value is (147,149,86). Sum of RGB (Red+Green+Blue) = 147+149+86=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #939556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939556 is #6C6AA9. Grayscale: #8D8D8D. Windows color (decimal): -7105194 or 5674387. OLE color: 5674387.
HSL color Cylindrical-coordinate representation of color #939556: hue angle of 61.9º degrees, saturation: 0.27, 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 #939556 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 86 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.42 |
| HSL | 61.9º | 0.27% | 0.46% | - |
| HSV(B) | 61.9º | 0.42% | 0.58% | - |
| XYZ | 24.46 | 28.37 | 12.99 | - |
| YUV | 141.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 86 | 0.01 | 0 | 0.42 | 0.42 | 61.9 | 0.27 | 0.46 |
| Hex | 93 | 95 | 56 | 1 | 0 | 2A | 2A | 3E | 1B | 2E |
| Octal | 223 | 225 | 126 | 1 | 0 | 52 | 52 | 76 | 33 | 56 |
| Binary | 10010011 | 10010101 | 1010110 | 1 | 0 | 101010 | 101010 | 111110 | 11011 | 101110 |
Color Harmonies of #939556
Complementary color
Monochromatic Colors of #939556
Black with #939556
Text Example
Text Example
White with #939556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939556; }
p { color: rgb(147,149,86); }
H1.HeaderClassName
{
color: #939556;
}
.AnyTagClassName
{
color: #939556;
}
</style>
background-color css
<style>
a { background-color: #939556; }
a { background-color: rgb(147,149,86); }
div.DivClassName
{
background-color: #939556;
}
.BgClassName
{
background-color: #939556;
}
</style>
border-color css
<style>
span { border-color: #939556; }
span { border-color: rgb(147,149,86); }
td.TdClassName
{
border-color: #939556;
}
.TagClassName
{
border-color: #939556;
}
</style>