Shades of Hacienda #987D24
Tints of Hacienda #987D24
RGB
CMYK
RGB Variations
Color information
#987D24 (or 0x987D24) is known color: Hacienda. HEX triplet: 98, 7D and 24. RGB value is (152,125,36). Sum of RGB (Red+Green+Blue) = 152+125+36=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #987D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D24 is #6782DB. Grayscale: #7B7B7B. Windows color (decimal): -6783708 or 2391448. OLE color: 2391448.
HSL color Cylindrical-coordinate representation of color #987D24: hue angle of 46.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #987D24 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 36 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.40 |
| HSL | 46.03º | 0.62% | 0.37% | - |
| HSV(B) | 46.03º | 0.76% | 0.6% | - |
| XYZ | 20.6 | 21.47 | 4.73 | - |
| YUV | 122.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 36 | 0 | 0.18 | 0.76 | 0.40 | 46.03 | 0.62 | 0.37 |
| Hex | 98 | 7D | 24 | 0 | 12 | 4C | 28 | 2E | 3E | 25 |
| Octal | 230 | 175 | 44 | 0 | 22 | 114 | 50 | 56 | 76 | 45 |
| Binary | 10011000 | 1111101 | 100100 | 0 | 10010 | 1001100 | 101000 | 101110 | 111110 | 100101 |
Color Harmonies of #987D24
Complementary color
Monochromatic Colors of #987D24
Black with #987D24
Text Example
Text Example
White with #987D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D24; }
p { color: rgb(152,125,36); }
H1.HeaderClassName
{
color: #987D24;
}
.AnyTagClassName
{
color: #987D24;
}
</style>
background-color css
<style>
a { background-color: #987D24; }
a { background-color: rgb(152,125,36); }
div.DivClassName
{
background-color: #987D24;
}
.BgClassName
{
background-color: #987D24;
}
</style>
border-color css
<style>
span { border-color: #987D24; }
span { border-color: rgb(152,125,36); }
td.TdClassName
{
border-color: #987D24;
}
.TagClassName
{
border-color: #987D24;
}
</style>