Shades of Hacienda #987D17
Tints of Hacienda #987D17
RGB
CMYK
RGB Variations
Color information
#987D17 (or 0x987D17) is known color: Hacienda. HEX triplet: 98, 7D and 17. RGB value is (152,125,23). Sum of RGB (Red+Green+Blue) = 152+125+23=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #987D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D17 is #6782E8. Grayscale: #797979. Windows color (decimal): -6783721 or 1539480. OLE color: 1539480.
HSL color Cylindrical-coordinate representation of color #987D17: hue angle of 47.44º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #987D17 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 23 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.40 |
| HSL | 47.44º | 0.74% | 0.34% | - |
| HSV(B) | 47.44º | 0.85% | 0.6% | - |
| XYZ | 20.44 | 21.4 | 3.86 | - |
| YUV | 121.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 23 | 0 | 0.18 | 0.85 | 0.40 | 47.44 | 0.74 | 0.34 |
| Hex | 98 | 7D | 17 | 0 | 12 | 55 | 28 | 2F | 4A | 22 |
| Octal | 230 | 175 | 27 | 0 | 22 | 125 | 50 | 57 | 112 | 42 |
| Binary | 10011000 | 1111101 | 10111 | 0 | 10010 | 1010101 | 101000 | 101111 | 1001010 | 100010 |
Color Harmonies of #987D17
Complementary color
Monochromatic Colors of #987D17
Black with #987D17
Text Example
Text Example
White with #987D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D17; }
p { color: rgb(152,125,23); }
H1.HeaderClassName
{
color: #987D17;
}
.AnyTagClassName
{
color: #987D17;
}
</style>
background-color css
<style>
a { background-color: #987D17; }
a { background-color: rgb(152,125,23); }
div.DivClassName
{
background-color: #987D17;
}
.BgClassName
{
background-color: #987D17;
}
</style>
border-color css
<style>
span { border-color: #987D17; }
span { border-color: rgb(152,125,23); }
td.TdClassName
{
border-color: #987D17;
}
.TagClassName
{
border-color: #987D17;
}
</style>