Shades of Avocado #999A5D
Tints of Avocado #999A5D
RGB
CMYK
RGB Variations
Color information
#999A5D (or 0x999A5D) is known color: Avocado. HEX triplet: 99, 9A and 5D. RGB value is (153,154,93). Sum of RGB (Red+Green+Blue) = 153+154+93=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #999A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999A5D is #6665A2. Grayscale: #929292. Windows color (decimal): -6710691 or 6134425. OLE color: 6134425.
HSL color Cylindrical-coordinate representation of color #999A5D: hue angle of 60.98º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999A5D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 93 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.40 |
| HSL | 60.98º | 0.25% | 0.48% | - |
| HSV(B) | 60.98º | 0.4% | 0.6% | - |
| XYZ | 26.67 | 30.67 | 14.87 | - |
| YUV | 146.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 93 | 0.01 | 0 | 0.40 | 0.40 | 60.98 | 0.25 | 0.48 |
| Hex | 99 | 9A | 5D | 1 | 0 | 28 | 28 | 3D | 19 | 30 |
| Octal | 231 | 232 | 135 | 1 | 0 | 50 | 50 | 75 | 31 | 60 |
| Binary | 10011001 | 10011010 | 1011101 | 1 | 0 | 101000 | 101000 | 111101 | 11001 | 110000 |
Color Harmonies of #999A5D
Complementary color
Monochromatic Colors of #999A5D
Black with #999A5D
Text Example
Text Example
White with #999A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A5D; }
p { color: rgb(153,154,93); }
H1.HeaderClassName
{
color: #999A5D;
}
.AnyTagClassName
{
color: #999A5D;
}
</style>
background-color css
<style>
a { background-color: #999A5D; }
a { background-color: rgb(153,154,93); }
div.DivClassName
{
background-color: #999A5D;
}
.BgClassName
{
background-color: #999A5D;
}
</style>
border-color css
<style>
span { border-color: #999A5D; }
span { border-color: rgb(153,154,93); }
td.TdClassName
{
border-color: #999A5D;
}
.TagClassName
{
border-color: #999A5D;
}
</style>