Shades of Hacienda #9B8005
Tints of Hacienda #9B8005
RGB
CMYK
RGB Variations
Color information
#9B8005 (or 0x9B8005) is known color: Hacienda. HEX triplet: 9B, 80 and 05. RGB value is (155,128,5). Sum of RGB (Red+Green+Blue) = 155+128+5=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8005 is #647FFA. Grayscale: #7A7A7A. Windows color (decimal): -6586363 or 360603. OLE color: 360603.
HSL color Cylindrical-coordinate representation of color #9B8005: hue angle of 49.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B8005 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 5 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.39 |
| HSL | 49.2º | 0.94% | 0.31% | - |
| HSV(B) | 49.2º | 0.97% | 0.61% | - |
| XYZ | 21.26 | 22.42 | 3.35 | - |
| YUV | 122.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 5 | 0 | 0.17 | 0.97 | 0.39 | 49.2 | 0.94 | 0.31 |
| Hex | 9B | 80 | 5 | 0 | 11 | 61 | 27 | 31 | 5E | 1F |
| Octal | 233 | 200 | 5 | 0 | 21 | 141 | 47 | 61 | 136 | 37 |
| Binary | 10011011 | 10000000 | 101 | 0 | 10001 | 1100001 | 100111 | 110001 | 1011110 | 11111 |
Color Harmonies of #9B8005
Complementary color
Monochromatic Colors of #9B8005
Black with #9B8005
Text Example
Text Example
White with #9B8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8005; }
p { color: rgb(155,128,5); }
H1.HeaderClassName
{
color: #9B8005;
}
.AnyTagClassName
{
color: #9B8005;
}
</style>
background-color css
<style>
a { background-color: #9B8005; }
a { background-color: rgb(155,128,5); }
div.DivClassName
{
background-color: #9B8005;
}
.BgClassName
{
background-color: #9B8005;
}
</style>
border-color css
<style>
span { border-color: #9B8005; }
span { border-color: rgb(155,128,5); }
td.TdClassName
{
border-color: #9B8005;
}
.TagClassName
{
border-color: #9B8005;
}
</style>