Shades of Hacienda #987A21
Tints of Hacienda #987A21
RGB
CMYK
RGB Variations
Color information
#987A21 (or 0x987A21) is known color: Hacienda. HEX triplet: 98, 7A and 21. RGB value is (152,122,33). Sum of RGB (Red+Green+Blue) = 152+122+33=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #987A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A21 is #6785DE. Grayscale: #797979. Windows color (decimal): -6784479 or 2194072. OLE color: 2194072.
HSL color Cylindrical-coordinate representation of color #987A21: hue angle of 44.87º degrees, saturation: 0.64, 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 #987A21 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 33 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.40 |
| HSL | 44.87º | 0.64% | 0.36% | - |
| HSV(B) | 44.87º | 0.78% | 0.6% | - |
| XYZ | 20.18 | 20.7 | 4.37 | - |
| YUV | 120.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 33 | 0 | 0.20 | 0.78 | 0.40 | 44.87 | 0.64 | 0.36 |
| Hex | 98 | 7A | 21 | 0 | 14 | 4E | 28 | 2D | 40 | 24 |
| Octal | 230 | 172 | 41 | 0 | 24 | 116 | 50 | 55 | 100 | 44 |
| Binary | 10011000 | 1111010 | 100001 | 0 | 10100 | 1001110 | 101000 | 101101 | 1000000 | 100100 |
Color Harmonies of #987A21
Complementary color
Monochromatic Colors of #987A21
Black with #987A21
Text Example
Text Example
White with #987A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A21; }
p { color: rgb(152,122,33); }
H1.HeaderClassName
{
color: #987A21;
}
.AnyTagClassName
{
color: #987A21;
}
</style>
background-color css
<style>
a { background-color: #987A21; }
a { background-color: rgb(152,122,33); }
div.DivClassName
{
background-color: #987A21;
}
.BgClassName
{
background-color: #987A21;
}
</style>
border-color css
<style>
span { border-color: #987A21; }
span { border-color: rgb(152,122,33); }
td.TdClassName
{
border-color: #987A21;
}
.TagClassName
{
border-color: #987A21;
}
</style>