Shades of Hacienda #9C8020
Tints of Hacienda #9C8020
RGB
CMYK
RGB Variations
Color information
#9C8020 (or 0x9C8020) is known color: Hacienda. HEX triplet: 9C, 80 and 20. RGB value is (156,128,32). Sum of RGB (Red+Green+Blue) = 156+128+32=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8020 is #637FDF. Grayscale: #7D7D7D. Windows color (decimal): -6520800 or 2130076. OLE color: 2130076.
HSL color Cylindrical-coordinate representation of color #9C8020: hue angle of 46.45º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C8020 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 32 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.39 |
| HSL | 46.45º | 0.66% | 0.37% | - |
| HSV(B) | 46.45º | 0.79% | 0.61% | - |
| XYZ | 21.69 | 22.61 | 4.59 | - |
| YUV | 125.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 32 | 0 | 0.18 | 0.79 | 0.39 | 46.45 | 0.66 | 0.37 |
| Hex | 9C | 80 | 20 | 0 | 12 | 4F | 27 | 2E | 42 | 25 |
| Octal | 234 | 200 | 40 | 0 | 22 | 117 | 47 | 56 | 102 | 45 |
| Binary | 10011100 | 10000000 | 100000 | 0 | 10010 | 1001111 | 100111 | 101110 | 1000010 | 100101 |
Color Harmonies of #9C8020
Complementary color
Monochromatic Colors of #9C8020
Black with #9C8020
Text Example
Text Example
White with #9C8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8020; }
p { color: rgb(156,128,32); }
H1.HeaderClassName
{
color: #9C8020;
}
.AnyTagClassName
{
color: #9C8020;
}
</style>
background-color css
<style>
a { background-color: #9C8020; }
a { background-color: rgb(156,128,32); }
div.DivClassName
{
background-color: #9C8020;
}
.BgClassName
{
background-color: #9C8020;
}
</style>
border-color css
<style>
span { border-color: #9C8020; }
span { border-color: rgb(156,128,32); }
td.TdClassName
{
border-color: #9C8020;
}
.TagClassName
{
border-color: #9C8020;
}
</style>