Shades of Avocado #959855
Tints of Avocado #959855
RGB
CMYK
RGB Variations
Color information
#959855 (or 0x959855) is known color: Avocado. HEX triplet: 95, 98 and 55. RGB value is (149,152,85). Sum of RGB (Red+Green+Blue) = 149+152+85=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #959855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959855 is #6A67AA. Grayscale: #8F8F8F. Windows color (decimal): -6973355 or 5609621. OLE color: 5609621.
HSL color Cylindrical-coordinate representation of color #959855: hue angle of 62.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #959855 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 85 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.40 |
| HSL | 62.69º | 0.28% | 0.46% | - |
| HSV(B) | 62.69º | 0.44% | 0.6% | - |
| XYZ | 25.26 | 29.5 | 12.96 | - |
| YUV | 143.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 85 | 0.02 | 0 | 0.44 | 0.40 | 62.69 | 0.28 | 0.46 |
| Hex | 95 | 98 | 55 | 2 | 0 | 2C | 28 | 3F | 1C | 2E |
| Octal | 225 | 230 | 125 | 2 | 0 | 54 | 50 | 77 | 34 | 56 |
| Binary | 10010101 | 10011000 | 1010101 | 10 | 0 | 101100 | 101000 | 111111 | 11100 | 101110 |
Color Harmonies of #959855
Complementary color
Monochromatic Colors of #959855
Black with #959855
Text Example
Text Example
White with #959855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959855; }
p { color: rgb(149,152,85); }
H1.HeaderClassName
{
color: #959855;
}
.AnyTagClassName
{
color: #959855;
}
</style>
background-color css
<style>
a { background-color: #959855; }
a { background-color: rgb(149,152,85); }
div.DivClassName
{
background-color: #959855;
}
.BgClassName
{
background-color: #959855;
}
</style>
border-color css
<style>
span { border-color: #959855; }
span { border-color: rgb(149,152,85); }
td.TdClassName
{
border-color: #959855;
}
.TagClassName
{
border-color: #959855;
}
</style>