Shades of Avocado #959257
Tints of Avocado #959257
RGB
CMYK
RGB Variations
Color information
#959257 (or 0x959257) is known color: Avocado. HEX triplet: 95, 92 and 57. RGB value is (149,146,87). Sum of RGB (Red+Green+Blue) = 149+146+87=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #959257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959257 is #6A6DA8. Grayscale: #8C8C8C. Windows color (decimal): -6974889 or 5739157. OLE color: 5739157.
HSL color Cylindrical-coordinate representation of color #959257: hue angle of 57.1º degrees, saturation: 0.26, 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 #959257 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 87 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.42 |
| HSL | 57.1º | 0.26% | 0.46% | - |
| HSV(B) | 57.1º | 0.42% | 0.58% | - |
| XYZ | 24.39 | 27.64 | 13.07 | - |
| YUV | 140.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 87 | 0 | 0.02 | 0.42 | 0.42 | 57.1 | 0.26 | 0.46 |
| Hex | 95 | 92 | 57 | 0 | 2 | 2A | 2A | 39 | 1A | 2E |
| Octal | 225 | 222 | 127 | 0 | 2 | 52 | 52 | 71 | 32 | 56 |
| Binary | 10010101 | 10010010 | 1010111 | 0 | 10 | 101010 | 101010 | 111001 | 11010 | 101110 |
Color Harmonies of #959257
Complementary color
Monochromatic Colors of #959257
Black with #959257
Text Example
Text Example
White with #959257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959257; }
p { color: rgb(149,146,87); }
H1.HeaderClassName
{
color: #959257;
}
.AnyTagClassName
{
color: #959257;
}
</style>
background-color css
<style>
a { background-color: #959257; }
a { background-color: rgb(149,146,87); }
div.DivClassName
{
background-color: #959257;
}
.BgClassName
{
background-color: #959257;
}
</style>
border-color css
<style>
span { border-color: #959257; }
span { border-color: rgb(149,146,87); }
td.TdClassName
{
border-color: #959257;
}
.TagClassName
{
border-color: #959257;
}
</style>