Shades of Avocado #999864
Tints of Avocado #999864
RGB
CMYK
RGB Variations
Color information
#999864 (or 0x999864) is known color: Avocado. HEX triplet: 99, 98 and 64. RGB value is (153,152,100). Sum of RGB (Red+Green+Blue) = 153+152+100=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #999864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999864 is #66679B. Grayscale: #929292. Windows color (decimal): -6711196 or 6592665. OLE color: 6592665.
HSL color Cylindrical-coordinate representation of color #999864: hue angle of 58.87º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999864 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 100 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.4 |
| HSL | 58.87º | 0.21% | 0.5% | - |
| HSV(B) | 58.87º | 0.35% | 0.6% | - |
| XYZ | 26.67 | 30.15 | 16.47 | - |
| YUV | 146.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 100 | 0 | 0.01 | 0.35 | 0.4 | 58.87 | 0.21 | 0.5 |
| Hex | 99 | 98 | 64 | 0 | 1 | 23 | 28 | 3B | 15 | 32 |
| Octal | 231 | 230 | 144 | 0 | 1 | 43 | 50 | 73 | 25 | 62 |
| Binary | 10011001 | 10011000 | 1100100 | 0 | 1 | 100011 | 101000 | 111011 | 10101 | 110010 |
Color Harmonies of #999864
Complementary color
Monochromatic Colors of #999864
Black with #999864
Text Example
Text Example
White with #999864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999864; }
p { color: rgb(153,152,100); }
H1.HeaderClassName
{
color: #999864;
}
.AnyTagClassName
{
color: #999864;
}
</style>
background-color css
<style>
a { background-color: #999864; }
a { background-color: rgb(153,152,100); }
div.DivClassName
{
background-color: #999864;
}
.BgClassName
{
background-color: #999864;
}
</style>
border-color css
<style>
span { border-color: #999864; }
span { border-color: rgb(153,152,100); }
td.TdClassName
{
border-color: #999864;
}
.TagClassName
{
border-color: #999864;
}
</style>