Shades of Avocado #95995E
Tints of Avocado #95995E
RGB
CMYK
RGB Variations
Color information
#95995E (or 0x95995E) is known color: Avocado. HEX triplet: 95, 99 and 5E. RGB value is (149,153,94). Sum of RGB (Red+Green+Blue) = 149+153+94=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #95995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95995E is #6A66A1. Grayscale: #919191. Windows color (decimal): -6973090 or 6199701. OLE color: 6199701.
HSL color Cylindrical-coordinate representation of color #95995E: hue angle of 64.07º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95995E is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 94 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.4 |
| HSL | 64.07º | 0.24% | 0.48% | - |
| HSV(B) | 64.07º | 0.39% | 0.6% | - |
| XYZ | 25.81 | 29.98 | 15.02 | - |
| YUV | 145.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 94 | 0.03 | 0 | 0.39 | 0.4 | 64.07 | 0.24 | 0.48 |
| Hex | 95 | 99 | 5E | 3 | 0 | 27 | 28 | 40 | 18 | 30 |
| Octal | 225 | 231 | 136 | 3 | 0 | 47 | 50 | 100 | 30 | 60 |
| Binary | 10010101 | 10011001 | 1011110 | 11 | 0 | 100111 | 101000 | 1000000 | 11000 | 110000 |
Color Harmonies of #95995E
Complementary color
Monochromatic Colors of #95995E
Black with #95995E
Text Example
Text Example
White with #95995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95995E; }
p { color: rgb(149,153,94); }
H1.HeaderClassName
{
color: #95995E;
}
.AnyTagClassName
{
color: #95995E;
}
</style>
background-color css
<style>
a { background-color: #95995E; }
a { background-color: rgb(149,153,94); }
div.DivClassName
{
background-color: #95995E;
}
.BgClassName
{
background-color: #95995E;
}
</style>
border-color css
<style>
span { border-color: #95995E; }
span { border-color: rgb(149,153,94); }
td.TdClassName
{
border-color: #95995E;
}
.TagClassName
{
border-color: #95995E;
}
</style>