Shades of Hacienda #987C25
Tints of Hacienda #987C25
RGB
CMYK
RGB Variations
Color information
#987C25 (or 0x987C25) is known color: Hacienda. HEX triplet: 98, 7C and 25. RGB value is (152,124,37). Sum of RGB (Red+Green+Blue) = 152+124+37=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #987C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C25 is #6783DA. Grayscale: #7A7A7A. Windows color (decimal): -6783963 or 2456728. OLE color: 2456728.
HSL color Cylindrical-coordinate representation of color #987C25: hue angle of 45.39º degrees, saturation: 0.61, 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 #987C25 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 37 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.40 |
| HSL | 45.39º | 0.61% | 0.37% | - |
| HSV(B) | 45.39º | 0.76% | 0.6% | - |
| XYZ | 20.49 | 21.22 | 4.77 | - |
| YUV | 122.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 37 | 0 | 0.18 | 0.76 | 0.40 | 45.39 | 0.61 | 0.37 |
| Hex | 98 | 7C | 25 | 0 | 12 | 4C | 28 | 2D | 3D | 25 |
| Octal | 230 | 174 | 45 | 0 | 22 | 114 | 50 | 55 | 75 | 45 |
| Binary | 10011000 | 1111100 | 100101 | 0 | 10010 | 1001100 | 101000 | 101101 | 111101 | 100101 |
Color Harmonies of #987C25
Complementary color
Monochromatic Colors of #987C25
Black with #987C25
Text Example
Text Example
White with #987C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C25; }
p { color: rgb(152,124,37); }
H1.HeaderClassName
{
color: #987C25;
}
.AnyTagClassName
{
color: #987C25;
}
</style>
background-color css
<style>
a { background-color: #987C25; }
a { background-color: rgb(152,124,37); }
div.DivClassName
{
background-color: #987C25;
}
.BgClassName
{
background-color: #987C25;
}
</style>
border-color css
<style>
span { border-color: #987C25; }
span { border-color: rgb(152,124,37); }
td.TdClassName
{
border-color: #987C25;
}
.TagClassName
{
border-color: #987C25;
}
</style>