Shades of Avocado #99955E
Tints of Avocado #99955E
RGB
CMYK
RGB Variations
Color information
#99955E (or 0x99955E) is known color: Avocado. HEX triplet: 99, 95 and 5E. RGB value is (153,149,94). Sum of RGB (Red+Green+Blue) = 153+149+94=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99955E is #666AA1. Grayscale: #909090. Windows color (decimal): -6711970 or 6198681. OLE color: 6198681.
HSL color Cylindrical-coordinate representation of color #99955E: hue angle of 55.93º 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 #99955E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 94 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.4 |
| HSL | 55.93º | 0.24% | 0.48% | - |
| HSV(B) | 55.93º | 0.39% | 0.6% | - |
| XYZ | 25.9 | 29.08 | 14.84 | - |
| YUV | 143.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 94 | 0 | 0.03 | 0.39 | 0.4 | 55.93 | 0.24 | 0.48 |
| Hex | 99 | 95 | 5E | 0 | 3 | 27 | 28 | 38 | 18 | 30 |
| Octal | 231 | 225 | 136 | 0 | 3 | 47 | 50 | 70 | 30 | 60 |
| Binary | 10011001 | 10010101 | 1011110 | 0 | 11 | 100111 | 101000 | 111000 | 11000 | 110000 |
Color Harmonies of #99955E
Complementary color
Monochromatic Colors of #99955E
Black with #99955E
Text Example
Text Example
White with #99955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99955E; }
p { color: rgb(153,149,94); }
H1.HeaderClassName
{
color: #99955E;
}
.AnyTagClassName
{
color: #99955E;
}
</style>
background-color css
<style>
a { background-color: #99955E; }
a { background-color: rgb(153,149,94); }
div.DivClassName
{
background-color: #99955E;
}
.BgClassName
{
background-color: #99955E;
}
</style>
border-color css
<style>
span { border-color: #99955E; }
span { border-color: rgb(153,149,94); }
td.TdClassName
{
border-color: #99955E;
}
.TagClassName
{
border-color: #99955E;
}
</style>