Shades of Avocado #95985F
Tints of Avocado #95985F
RGB
CMYK
RGB Variations
Color information
#95985F (or 0x95985F) is known color: Avocado. HEX triplet: 95, 98 and 5F. RGB value is (149,152,95). Sum of RGB (Red+Green+Blue) = 149+152+95=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #95985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95985F is #6A67A0. Grayscale: #909090. Windows color (decimal): -6973345 or 6264981. OLE color: 6264981.
HSL color Cylindrical-coordinate representation of color #95985F: hue angle of 63.16º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95985F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 95 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.40 |
| HSL | 63.16º | 0.23% | 0.48% | - |
| HSV(B) | 63.16º | 0.38% | 0.6% | - |
| XYZ | 25.69 | 29.67 | 15.2 | - |
| YUV | 144.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 95 | 0.02 | 0 | 0.38 | 0.40 | 63.16 | 0.23 | 0.48 |
| Hex | 95 | 98 | 5F | 2 | 0 | 26 | 28 | 3F | 17 | 30 |
| Octal | 225 | 230 | 137 | 2 | 0 | 46 | 50 | 77 | 27 | 60 |
| Binary | 10010101 | 10011000 | 1011111 | 10 | 0 | 100110 | 101000 | 111111 | 10111 | 110000 |
Color Harmonies of #95985F
Complementary color
Monochromatic Colors of #95985F
Black with #95985F
Text Example
Text Example
White with #95985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95985F; }
p { color: rgb(149,152,95); }
H1.HeaderClassName
{
color: #95985F;
}
.AnyTagClassName
{
color: #95985F;
}
</style>
background-color css
<style>
a { background-color: #95985F; }
a { background-color: rgb(149,152,95); }
div.DivClassName
{
background-color: #95985F;
}
.BgClassName
{
background-color: #95985F;
}
</style>
border-color css
<style>
span { border-color: #95985F; }
span { border-color: rgb(149,152,95); }
td.TdClassName
{
border-color: #95985F;
}
.TagClassName
{
border-color: #95985F;
}
</style>