Shades of Avocado #999355
Tints of Avocado #999355
RGB
CMYK
RGB Variations
Color information
#999355 (or 0x999355) is known color: Avocado. HEX triplet: 99, 93 and 55. RGB value is (153,147,85). Sum of RGB (Red+Green+Blue) = 153+147+85=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #999355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999355 is #666CAA. Grayscale: #8D8D8D. Windows color (decimal): -6712491 or 5608345. OLE color: 5608345.
HSL color Cylindrical-coordinate representation of color #999355: hue angle of 54.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999355 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 85 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.4 |
| HSL | 54.71º | 0.29% | 0.47% | - |
| HSV(B) | 54.71º | 0.44% | 0.6% | - |
| XYZ | 25.21 | 28.3 | 12.73 | - |
| YUV | 141.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 85 | 0 | 0.04 | 0.44 | 0.4 | 54.71 | 0.29 | 0.47 |
| Hex | 99 | 93 | 55 | 0 | 4 | 2C | 28 | 37 | 1D | 2F |
| Octal | 231 | 223 | 125 | 0 | 4 | 54 | 50 | 67 | 35 | 57 |
| Binary | 10011001 | 10010011 | 1010101 | 0 | 100 | 101100 | 101000 | 110111 | 11101 | 101111 |
Color Harmonies of #999355
Complementary color
Monochromatic Colors of #999355
Black with #999355
Text Example
Text Example
White with #999355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999355; }
p { color: rgb(153,147,85); }
H1.HeaderClassName
{
color: #999355;
}
.AnyTagClassName
{
color: #999355;
}
</style>
background-color css
<style>
a { background-color: #999355; }
a { background-color: rgb(153,147,85); }
div.DivClassName
{
background-color: #999355;
}
.BgClassName
{
background-color: #999355;
}
</style>
border-color css
<style>
span { border-color: #999355; }
span { border-color: rgb(153,147,85); }
td.TdClassName
{
border-color: #999355;
}
.TagClassName
{
border-color: #999355;
}
</style>