Shades of Hacienda #987D22
Tints of Hacienda #987D22
RGB
CMYK
RGB Variations
Color information
#987D22 (or 0x987D22) is known color: Hacienda. HEX triplet: 98, 7D and 22. RGB value is (152,125,34). Sum of RGB (Red+Green+Blue) = 152+125+34=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #987D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D22 is #6782DD. Grayscale: #7B7B7B. Windows color (decimal): -6783710 or 2260376. OLE color: 2260376.
HSL color Cylindrical-coordinate representation of color #987D22: hue angle of 46.27º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #987D22 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 34 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.40 |
| HSL | 46.27º | 0.63% | 0.36% | - |
| HSV(B) | 46.27º | 0.78% | 0.6% | - |
| XYZ | 20.57 | 21.46 | 4.57 | - |
| YUV | 122.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 34 | 0 | 0.18 | 0.78 | 0.40 | 46.27 | 0.63 | 0.36 |
| Hex | 98 | 7D | 22 | 0 | 12 | 4E | 28 | 2E | 3F | 24 |
| Octal | 230 | 175 | 42 | 0 | 22 | 116 | 50 | 56 | 77 | 44 |
| Binary | 10011000 | 1111101 | 100010 | 0 | 10010 | 1001110 | 101000 | 101110 | 111111 | 100100 |
Color Harmonies of #987D22
Complementary color
Monochromatic Colors of #987D22
Black with #987D22
Text Example
Text Example
White with #987D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D22; }
p { color: rgb(152,125,34); }
H1.HeaderClassName
{
color: #987D22;
}
.AnyTagClassName
{
color: #987D22;
}
</style>
background-color css
<style>
a { background-color: #987D22; }
a { background-color: rgb(152,125,34); }
div.DivClassName
{
background-color: #987D22;
}
.BgClassName
{
background-color: #987D22;
}
</style>
border-color css
<style>
span { border-color: #987D22; }
span { border-color: rgb(152,125,34); }
td.TdClassName
{
border-color: #987D22;
}
.TagClassName
{
border-color: #987D22;
}
</style>