Shades of Avocado #999554
Tints of Avocado #999554
RGB
CMYK
RGB Variations
Color information
#999554 (or 0x999554) is known color: Avocado. HEX triplet: 99, 95 and 54. RGB value is (153,149,84). Sum of RGB (Red+Green+Blue) = 153+149+84=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #999554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999554 is #666AAB. Grayscale: #8F8F8F. Windows color (decimal): -6711980 or 5543321. OLE color: 5543321.
HSL color Cylindrical-coordinate representation of color #999554: hue angle of 56.52º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #999554 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 84 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.4 |
| HSL | 56.52º | 0.29% | 0.46% | - |
| HSV(B) | 56.52º | 0.45% | 0.6% | - |
| XYZ | 25.48 | 28.91 | 12.62 | - |
| YUV | 142.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 84 | 0 | 0.03 | 0.45 | 0.4 | 56.52 | 0.29 | 0.46 |
| Hex | 99 | 95 | 54 | 0 | 3 | 2D | 28 | 39 | 1D | 2E |
| Octal | 231 | 225 | 124 | 0 | 3 | 55 | 50 | 71 | 35 | 56 |
| Binary | 10011001 | 10010101 | 1010100 | 0 | 11 | 101101 | 101000 | 111001 | 11101 | 101110 |
Color Harmonies of #999554
Complementary color
Monochromatic Colors of #999554
Black with #999554
Text Example
Text Example
White with #999554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999554; }
p { color: rgb(153,149,84); }
H1.HeaderClassName
{
color: #999554;
}
.AnyTagClassName
{
color: #999554;
}
</style>
background-color css
<style>
a { background-color: #999554; }
a { background-color: rgb(153,149,84); }
div.DivClassName
{
background-color: #999554;
}
.BgClassName
{
background-color: #999554;
}
</style>
border-color css
<style>
span { border-color: #999554; }
span { border-color: rgb(153,149,84); }
td.TdClassName
{
border-color: #999554;
}
.TagClassName
{
border-color: #999554;
}
</style>