Shades of Avocado #959255
Tints of Avocado #959255
RGB
CMYK
RGB Variations
Color information
#959255 (or 0x959255) is known color: Avocado. HEX triplet: 95, 92 and 55. RGB value is (149,146,85). Sum of RGB (Red+Green+Blue) = 149+146+85=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #959255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959255 is #6A6DAA. Grayscale: #8C8C8C. Windows color (decimal): -6974891 or 5608085. OLE color: 5608085.
HSL color Cylindrical-coordinate representation of color #959255: hue angle of 57.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #959255 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 85 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.42 |
| HSL | 57.19º | 0.27% | 0.46% | - |
| HSV(B) | 57.19º | 0.43% | 0.58% | - |
| XYZ | 24.31 | 27.6 | 12.64 | - |
| YUV | 139.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 85 | 0 | 0.02 | 0.43 | 0.42 | 57.19 | 0.27 | 0.46 |
| Hex | 95 | 92 | 55 | 0 | 2 | 2B | 2A | 39 | 1B | 2E |
| Octal | 225 | 222 | 125 | 0 | 2 | 53 | 52 | 71 | 33 | 56 |
| Binary | 10010101 | 10010010 | 1010101 | 0 | 10 | 101011 | 101010 | 111001 | 11011 | 101110 |
Color Harmonies of #959255
Complementary color
Monochromatic Colors of #959255
Black with #959255
Text Example
Text Example
White with #959255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959255; }
p { color: rgb(149,146,85); }
H1.HeaderClassName
{
color: #959255;
}
.AnyTagClassName
{
color: #959255;
}
</style>
background-color css
<style>
a { background-color: #959255; }
a { background-color: rgb(149,146,85); }
div.DivClassName
{
background-color: #959255;
}
.BgClassName
{
background-color: #959255;
}
</style>
border-color css
<style>
span { border-color: #959255; }
span { border-color: rgb(149,146,85); }
td.TdClassName
{
border-color: #959255;
}
.TagClassName
{
border-color: #959255;
}
</style>