Shades of Avocado #95996E
Tints of Avocado #95996E
RGB
CMYK
RGB Variations
Color information
#95996E (or 0x95996E) is known color: Avocado. HEX triplet: 95, 99 and 6E. RGB value is (149,153,110). Sum of RGB (Red+Green+Blue) = 149+153+110=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #95996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95996E is #6A6691. Grayscale: #939393. Windows color (decimal): -6973074 or 7248277. OLE color: 7248277.
HSL color Cylindrical-coordinate representation of color #95996E: hue angle of 65.58º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95996E is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 110 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.4 |
| HSL | 65.58º | 0.17% | 0.52% | - |
| HSV(B) | 65.58º | 0.28% | 0.6% | - |
| XYZ | 26.6 | 30.3 | 19.2 | - |
| YUV | 146.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 110 | 0.03 | 0 | 0.28 | 0.4 | 65.58 | 0.17 | 0.52 |
| Hex | 95 | 99 | 6E | 3 | 0 | 1C | 28 | 42 | 11 | 34 |
| Octal | 225 | 231 | 156 | 3 | 0 | 34 | 50 | 102 | 21 | 64 |
| Binary | 10010101 | 10011001 | 1101110 | 11 | 0 | 11100 | 101000 | 1000010 | 10001 | 110100 |
Color Harmonies of #95996E
Complementary color
Monochromatic Colors of #95996E
Black with #95996E
Text Example
Text Example
White with #95996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95996E; }
p { color: rgb(149,153,110); }
H1.HeaderClassName
{
color: #95996E;
}
.AnyTagClassName
{
color: #95996E;
}
</style>
background-color css
<style>
a { background-color: #95996E; }
a { background-color: rgb(149,153,110); }
div.DivClassName
{
background-color: #95996E;
}
.BgClassName
{
background-color: #95996E;
}
</style>
border-color css
<style>
span { border-color: #95996E; }
span { border-color: rgb(149,153,110); }
td.TdClassName
{
border-color: #95996E;
}
.TagClassName
{
border-color: #95996E;
}
</style>