Shades of Hacienda #987C26
Tints of Hacienda #987C26
RGB
CMYK
RGB Variations
Color information
#987C26 (or 0x987C26) is known color: Hacienda. HEX triplet: 98, 7C and 26. RGB value is (152,124,38). Sum of RGB (Red+Green+Blue) = 152+124+38=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #987C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C26 is #6783D9. Grayscale: #7A7A7A. Windows color (decimal): -6783962 or 2522264. OLE color: 2522264.
HSL color Cylindrical-coordinate representation of color #987C26: hue angle of 45.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #987C26 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 38 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.40 |
| HSL | 45.26º | 0.6% | 0.37% | - |
| HSV(B) | 45.26º | 0.75% | 0.6% | - |
| XYZ | 20.51 | 21.23 | 4.85 | - |
| YUV | 122.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 38 | 0 | 0.18 | 0.75 | 0.40 | 45.26 | 0.6 | 0.37 |
| Hex | 98 | 7C | 26 | 0 | 12 | 4B | 28 | 2D | 3C | 25 |
| Octal | 230 | 174 | 46 | 0 | 22 | 113 | 50 | 55 | 74 | 45 |
| Binary | 10011000 | 1111100 | 100110 | 0 | 10010 | 1001011 | 101000 | 101101 | 111100 | 100101 |
Color Harmonies of #987C26
Complementary color
Monochromatic Colors of #987C26
Black with #987C26
Text Example
Text Example
White with #987C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C26; }
p { color: rgb(152,124,38); }
H1.HeaderClassName
{
color: #987C26;
}
.AnyTagClassName
{
color: #987C26;
}
</style>
background-color css
<style>
a { background-color: #987C26; }
a { background-color: rgb(152,124,38); }
div.DivClassName
{
background-color: #987C26;
}
.BgClassName
{
background-color: #987C26;
}
</style>
border-color css
<style>
span { border-color: #987C26; }
span { border-color: rgb(152,124,38); }
td.TdClassName
{
border-color: #987C26;
}
.TagClassName
{
border-color: #987C26;
}
</style>