Shades of Avocado #999C5E
Tints of Avocado #999C5E
RGB
CMYK
RGB Variations
Color information
#999C5E (or 0x999C5E) is known color: Avocado. HEX triplet: 99, 9C and 5E. RGB value is (153,156,94). Sum of RGB (Red+Green+Blue) = 153+156+94=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #999C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C5E is #6663A1. Grayscale: #949494. Windows color (decimal): -6710178 or 6200473. OLE color: 6200473.
HSL color Cylindrical-coordinate representation of color #999C5E: hue angle of 62.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999C5E is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 94 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.39 |
| HSL | 62.9º | 0.25% | 0.49% | - |
| HSV(B) | 62.9º | 0.4% | 0.61% | - |
| XYZ | 27.05 | 31.36 | 15.22 | - |
| YUV | 148.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 94 | 0.02 | 0 | 0.40 | 0.39 | 62.9 | 0.25 | 0.49 |
| Hex | 99 | 9C | 5E | 2 | 0 | 28 | 27 | 3F | 19 | 31 |
| Octal | 231 | 234 | 136 | 2 | 0 | 50 | 47 | 77 | 31 | 61 |
| Binary | 10011001 | 10011100 | 1011110 | 10 | 0 | 101000 | 100111 | 111111 | 11001 | 110001 |
Color Harmonies of #999C5E
Complementary color
Monochromatic Colors of #999C5E
Black with #999C5E
Text Example
Text Example
White with #999C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C5E; }
p { color: rgb(153,156,94); }
H1.HeaderClassName
{
color: #999C5E;
}
.AnyTagClassName
{
color: #999C5E;
}
</style>
background-color css
<style>
a { background-color: #999C5E; }
a { background-color: rgb(153,156,94); }
div.DivClassName
{
background-color: #999C5E;
}
.BgClassName
{
background-color: #999C5E;
}
</style>
border-color css
<style>
span { border-color: #999C5E; }
span { border-color: rgb(153,156,94); }
td.TdClassName
{
border-color: #999C5E;
}
.TagClassName
{
border-color: #999C5E;
}
</style>