Shades of Avocado #969256
Tints of Avocado #969256
RGB
CMYK
RGB Variations
Color information
#969256 (or 0x969256) is known color: Avocado. HEX triplet: 96, 92 and 56. RGB value is (150,146,86). Sum of RGB (Red+Green+Blue) = 150+146+86=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #969256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969256 is #696DA9. Grayscale: #8C8C8C. Windows color (decimal): -6909354 or 5673622. OLE color: 5673622.
HSL color Cylindrical-coordinate representation of color #969256: hue angle of 56.25º degrees, saturation: 0.27, 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 #969256 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 86 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.41 |
| HSL | 56.25º | 0.27% | 0.46% | - |
| HSV(B) | 56.25º | 0.43% | 0.59% | - |
| XYZ | 24.54 | 27.71 | 12.86 | - |
| YUV | 140.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 86 | 0 | 0.03 | 0.43 | 0.41 | 56.25 | 0.27 | 0.46 |
| Hex | 96 | 92 | 56 | 0 | 3 | 2B | 29 | 38 | 1B | 2E |
| Octal | 226 | 222 | 126 | 0 | 3 | 53 | 51 | 70 | 33 | 56 |
| Binary | 10010110 | 10010010 | 1010110 | 0 | 11 | 101011 | 101001 | 111000 | 11011 | 101110 |
Color Harmonies of #969256
Complementary color
Monochromatic Colors of #969256
Black with #969256
Text Example
Text Example
White with #969256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969256; }
p { color: rgb(150,146,86); }
H1.HeaderClassName
{
color: #969256;
}
.AnyTagClassName
{
color: #969256;
}
</style>
background-color css
<style>
a { background-color: #969256; }
a { background-color: rgb(150,146,86); }
div.DivClassName
{
background-color: #969256;
}
.BgClassName
{
background-color: #969256;
}
</style>
border-color css
<style>
span { border-color: #969256; }
span { border-color: rgb(150,146,86); }
td.TdClassName
{
border-color: #969256;
}
.TagClassName
{
border-color: #969256;
}
</style>