Shades of Hacienda #987E19
Tints of Hacienda #987E19
RGB
CMYK
RGB Variations
Color information
#987E19 (or 0x987E19) is known color: Hacienda. HEX triplet: 98, 7E and 19. RGB value is (152,126,25). Sum of RGB (Red+Green+Blue) = 152+126+25=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #987E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987E19 is #6781E6. Grayscale: #7A7A7A. Windows color (decimal): -6783463 or 1670808. OLE color: 1670808.
HSL color Cylindrical-coordinate representation of color #987E19: hue angle of 47.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987E19 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 25 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.40 |
| HSL | 47.72º | 0.72% | 0.35% | - |
| HSV(B) | 47.72º | 0.84% | 0.6% | - |
| XYZ | 20.59 | 21.67 | 4.02 | - |
| YUV | 122.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 25 | 0 | 0.17 | 0.84 | 0.40 | 47.72 | 0.72 | 0.35 |
| Hex | 98 | 7E | 19 | 0 | 11 | 54 | 28 | 30 | 48 | 23 |
| Octal | 230 | 176 | 31 | 0 | 21 | 124 | 50 | 60 | 110 | 43 |
| Binary | 10011000 | 1111110 | 11001 | 0 | 10001 | 1010100 | 101000 | 110000 | 1001000 | 100011 |
Color Harmonies of #987E19
Complementary color
Monochromatic Colors of #987E19
Black with #987E19
Text Example
Text Example
White with #987E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E19; }
p { color: rgb(152,126,25); }
H1.HeaderClassName
{
color: #987E19;
}
.AnyTagClassName
{
color: #987E19;
}
</style>
background-color css
<style>
a { background-color: #987E19; }
a { background-color: rgb(152,126,25); }
div.DivClassName
{
background-color: #987E19;
}
.BgClassName
{
background-color: #987E19;
}
</style>
border-color css
<style>
span { border-color: #987E19; }
span { border-color: rgb(152,126,25); }
td.TdClassName
{
border-color: #987E19;
}
.TagClassName
{
border-color: #987E19;
}
</style>