Shades of Avocado #9C9954
Tints of Avocado #9C9954
RGB
CMYK
RGB Variations
Color information
#9C9954 (or 0x9C9954) is known color: Avocado. HEX triplet: 9C, 99 and 54. RGB value is (156,153,84). Sum of RGB (Red+Green+Blue) = 156+153+84=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9954 is #6366AB. Grayscale: #929292. Windows color (decimal): -6514348 or 5544348. OLE color: 5544348.
HSL color Cylindrical-coordinate representation of color #9C9954: hue angle of 57.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C9954 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 84 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.39 |
| HSL | 57.5º | 0.3% | 0.47% | - |
| HSV(B) | 57.5º | 0.46% | 0.61% | - |
| XYZ | 26.7 | 30.49 | 12.87 | - |
| YUV | 146.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 84 | 0 | 0.02 | 0.46 | 0.39 | 57.5 | 0.3 | 0.47 |
| Hex | 9C | 99 | 54 | 0 | 2 | 2E | 27 | 3A | 1E | 2F |
| Octal | 234 | 231 | 124 | 0 | 2 | 56 | 47 | 72 | 36 | 57 |
| Binary | 10011100 | 10011001 | 1010100 | 0 | 10 | 101110 | 100111 | 111010 | 11110 | 101111 |
Color Harmonies of #9C9954
Complementary color
Monochromatic Colors of #9C9954
Black with #9C9954
Text Example
Text Example
White with #9C9954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9954; }
p { color: rgb(156,153,84); }
H1.HeaderClassName
{
color: #9C9954;
}
.AnyTagClassName
{
color: #9C9954;
}
</style>
background-color css
<style>
a { background-color: #9C9954; }
a { background-color: rgb(156,153,84); }
div.DivClassName
{
background-color: #9C9954;
}
.BgClassName
{
background-color: #9C9954;
}
</style>
border-color css
<style>
span { border-color: #9C9954; }
span { border-color: rgb(156,153,84); }
td.TdClassName
{
border-color: #9C9954;
}
.TagClassName
{
border-color: #9C9954;
}
</style>