Shades of Avocado #969255
Tints of Avocado #969255
RGB
CMYK
RGB Variations
Color information
#969255 (or 0x969255) is known color: Avocado. HEX triplet: 96, 92 and 55. RGB value is (150,146,85). Sum of RGB (Red+Green+Blue) = 150+146+85=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #969255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969255 is #696DAA. Grayscale: #8C8C8C. Windows color (decimal): -6909355 or 5608086. OLE color: 5608086.
HSL color Cylindrical-coordinate representation of color #969255: hue angle of 56.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #969255 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 85 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.41 |
| HSL | 56.31º | 0.28% | 0.46% | - |
| HSV(B) | 56.31º | 0.43% | 0.59% | - |
| XYZ | 24.5 | 27.7 | 12.65 | - |
| YUV | 140.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 85 | 0 | 0.03 | 0.43 | 0.41 | 56.31 | 0.28 | 0.46 |
| Hex | 96 | 92 | 55 | 0 | 3 | 2B | 29 | 38 | 1C | 2E |
| Octal | 226 | 222 | 125 | 0 | 3 | 53 | 51 | 70 | 34 | 56 |
| Binary | 10010110 | 10010010 | 1010101 | 0 | 11 | 101011 | 101001 | 111000 | 11100 | 101110 |
Color Harmonies of #969255
Complementary color
Monochromatic Colors of #969255
Black with #969255
Text Example
Text Example
White with #969255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969255; }
p { color: rgb(150,146,85); }
H1.HeaderClassName
{
color: #969255;
}
.AnyTagClassName
{
color: #969255;
}
</style>
background-color css
<style>
a { background-color: #969255; }
a { background-color: rgb(150,146,85); }
div.DivClassName
{
background-color: #969255;
}
.BgClassName
{
background-color: #969255;
}
</style>
border-color css
<style>
span { border-color: #969255; }
span { border-color: rgb(150,146,85); }
td.TdClassName
{
border-color: #969255;
}
.TagClassName
{
border-color: #969255;
}
</style>