Shades of Avocado #959256
Tints of Avocado #959256
RGB
CMYK
RGB Variations
Color information
#959256 (or 0x959256) is known color: Avocado. HEX triplet: 95, 92 and 56. RGB value is (149,146,86). Sum of RGB (Red+Green+Blue) = 149+146+86=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #959256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959256 is #6A6DA9. Grayscale: #8C8C8C. Windows color (decimal): -6974890 or 5673621. OLE color: 5673621.
HSL color Cylindrical-coordinate representation of color #959256: hue angle of 57.14º 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 #959256 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 86 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.42 |
| HSL | 57.14º | 0.27% | 0.46% | - |
| HSV(B) | 57.14º | 0.42% | 0.58% | - |
| XYZ | 24.35 | 27.62 | 12.85 | - |
| YUV | 140.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 86 | 0 | 0.02 | 0.42 | 0.42 | 57.14 | 0.27 | 0.46 |
| Hex | 95 | 92 | 56 | 0 | 2 | 2A | 2A | 39 | 1B | 2E |
| Octal | 225 | 222 | 126 | 0 | 2 | 52 | 52 | 71 | 33 | 56 |
| Binary | 10010101 | 10010010 | 1010110 | 0 | 10 | 101010 | 101010 | 111001 | 11011 | 101110 |
Color Harmonies of #959256
Complementary color
Monochromatic Colors of #959256
Black with #959256
Text Example
Text Example
White with #959256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959256; }
p { color: rgb(149,146,86); }
H1.HeaderClassName
{
color: #959256;
}
.AnyTagClassName
{
color: #959256;
}
</style>
background-color css
<style>
a { background-color: #959256; }
a { background-color: rgb(149,146,86); }
div.DivClassName
{
background-color: #959256;
}
.BgClassName
{
background-color: #959256;
}
</style>
border-color css
<style>
span { border-color: #959256; }
span { border-color: rgb(149,146,86); }
td.TdClassName
{
border-color: #959256;
}
.TagClassName
{
border-color: #959256;
}
</style>