Shades of Hacienda #987B20
Tints of Hacienda #987B20
RGB
CMYK
RGB Variations
Color information
#987B20 (or 0x987B20) is known color: Hacienda. HEX triplet: 98, 7B and 20. RGB value is (152,123,32). Sum of RGB (Red+Green+Blue) = 152+123+32=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #987B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B20 is #6784DF. Grayscale: #797979. Windows color (decimal): -6784224 or 2128792. OLE color: 2128792.
HSL color Cylindrical-coordinate representation of color #987B20: hue angle of 45.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #987B20 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 32 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.40 |
| HSL | 45.5º | 0.65% | 0.36% | - |
| HSV(B) | 45.5º | 0.79% | 0.6% | - |
| XYZ | 20.29 | 20.95 | 4.34 | - |
| YUV | 121.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 32 | 0 | 0.19 | 0.79 | 0.40 | 45.5 | 0.65 | 0.36 |
| Hex | 98 | 7B | 20 | 0 | 13 | 4F | 28 | 2E | 41 | 24 |
| Octal | 230 | 173 | 40 | 0 | 23 | 117 | 50 | 56 | 101 | 44 |
| Binary | 10011000 | 1111011 | 100000 | 0 | 10011 | 1001111 | 101000 | 101110 | 1000001 | 100100 |
Color Harmonies of #987B20
Complementary color
Monochromatic Colors of #987B20
Black with #987B20
Text Example
Text Example
White with #987B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B20; }
p { color: rgb(152,123,32); }
H1.HeaderClassName
{
color: #987B20;
}
.AnyTagClassName
{
color: #987B20;
}
</style>
background-color css
<style>
a { background-color: #987B20; }
a { background-color: rgb(152,123,32); }
div.DivClassName
{
background-color: #987B20;
}
.BgClassName
{
background-color: #987B20;
}
</style>
border-color css
<style>
span { border-color: #987B20; }
span { border-color: rgb(152,123,32); }
td.TdClassName
{
border-color: #987B20;
}
.TagClassName
{
border-color: #987B20;
}
</style>