Shades of Hacienda #9C8A1B
Tints of Hacienda #9C8A1B
RGB
CMYK
RGB Variations
Color information
#9C8A1B (or 0x9C8A1B) is known color: Hacienda. HEX triplet: 9C, 8A and 1B. RGB value is (156,138,27). Sum of RGB (Red+Green+Blue) = 156+138+27=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8A1B is #6375E4. Grayscale: #838383. Windows color (decimal): -6518245 or 1804956. OLE color: 1804956.
HSL color Cylindrical-coordinate representation of color #9C8A1B: hue angle of 51.63º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C8A1B is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 138 | 27 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.39 |
| HSL | 51.63º | 0.7% | 0.36% | - |
| HSV(B) | 51.63º | 0.83% | 0.61% | - |
| XYZ | 23 | 25.32 | 4.71 | - |
| YUV | 130.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 27 | 0 | 0.12 | 0.83 | 0.39 | 51.63 | 0.7 | 0.36 |
| Hex | 9C | 8A | 1B | 0 | C | 53 | 27 | 34 | 46 | 24 |
| Octal | 234 | 212 | 33 | 0 | 14 | 123 | 47 | 64 | 106 | 44 |
| Binary | 10011100 | 10001010 | 11011 | 0 | 1100 | 1010011 | 100111 | 110100 | 1000110 | 100100 |
Color Harmonies of #9C8A1B
Complementary color
Monochromatic Colors of #9C8A1B
Black with #9C8A1B
Text Example
Text Example
White with #9C8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8A1B; }
p { color: rgb(156,138,27); }
H1.HeaderClassName
{
color: #9C8A1B;
}
.AnyTagClassName
{
color: #9C8A1B;
}
</style>
background-color css
<style>
a { background-color: #9C8A1B; }
a { background-color: rgb(156,138,27); }
div.DivClassName
{
background-color: #9C8A1B;
}
.BgClassName
{
background-color: #9C8A1B;
}
</style>
border-color css
<style>
span { border-color: #9C8A1B; }
span { border-color: rgb(156,138,27); }
td.TdClassName
{
border-color: #9C8A1B;
}
.TagClassName
{
border-color: #9C8A1B;
}
</style>