Shades of Hacienda #9D880B
Tints of Hacienda #9D880B
RGB
CMYK
RGB Variations
Color information
#9D880B (or 0x9D880B) is known color: Hacienda. HEX triplet: 9D, 88 and 0B. RGB value is (157,136,11). Sum of RGB (Red+Green+Blue) = 157+136+11=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D880B is #6277F4. Grayscale: #808080. Windows color (decimal): -6453237 or 755869. OLE color: 755869.
HSL color Cylindrical-coordinate representation of color #9D880B: hue angle of 51.37º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D880B is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 11 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.38 |
| HSL | 51.37º | 0.87% | 0.33% | - |
| HSV(B) | 51.37º | 0.93% | 0.62% | - |
| XYZ | 22.77 | 24.8 | 3.9 | - |
| YUV | 128.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 11 | 0 | 0.13 | 0.93 | 0.38 | 51.37 | 0.87 | 0.33 |
| Hex | 9D | 88 | B | 0 | D | 5D | 26 | 33 | 57 | 21 |
| Octal | 235 | 210 | 13 | 0 | 15 | 135 | 46 | 63 | 127 | 41 |
| Binary | 10011101 | 10001000 | 1011 | 0 | 1101 | 1011101 | 100110 | 110011 | 1010111 | 100001 |
Color Harmonies of #9D880B
Complementary color
Monochromatic Colors of #9D880B
Black with #9D880B
Text Example
Text Example
White with #9D880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D880B; }
p { color: rgb(157,136,11); }
H1.HeaderClassName
{
color: #9D880B;
}
.AnyTagClassName
{
color: #9D880B;
}
</style>
background-color css
<style>
a { background-color: #9D880B; }
a { background-color: rgb(157,136,11); }
div.DivClassName
{
background-color: #9D880B;
}
.BgClassName
{
background-color: #9D880B;
}
</style>
border-color css
<style>
span { border-color: #9D880B; }
span { border-color: rgb(157,136,11); }
td.TdClassName
{
border-color: #9D880B;
}
.TagClassName
{
border-color: #9D880B;
}
</style>