Shades of Hacienda #987B21
Tints of Hacienda #987B21
RGB
CMYK
RGB Variations
Color information
#987B21 (or 0x987B21) is known color: Hacienda. HEX triplet: 98, 7B and 21. RGB value is (152,123,33). Sum of RGB (Red+Green+Blue) = 152+123+33=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #987B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B21 is #6784DE. Grayscale: #797979. Windows color (decimal): -6784223 or 2194328. OLE color: 2194328.
HSL color Cylindrical-coordinate representation of color #987B21: hue angle of 45.38º 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 #987B21 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 33 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.40 |
| HSL | 45.38º | 0.64% | 0.36% | - |
| HSV(B) | 45.38º | 0.78% | 0.6% | - |
| XYZ | 20.31 | 20.95 | 4.41 | - |
| YUV | 121.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 33 | 0 | 0.19 | 0.78 | 0.40 | 45.38 | 0.64 | 0.36 |
| Hex | 98 | 7B | 21 | 0 | 13 | 4E | 28 | 2D | 40 | 24 |
| Octal | 230 | 173 | 41 | 0 | 23 | 116 | 50 | 55 | 100 | 44 |
| Binary | 10011000 | 1111011 | 100001 | 0 | 10011 | 1001110 | 101000 | 101101 | 1000000 | 100100 |
Color Harmonies of #987B21
Complementary color
Monochromatic Colors of #987B21
Black with #987B21
Text Example
Text Example
White with #987B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B21; }
p { color: rgb(152,123,33); }
H1.HeaderClassName
{
color: #987B21;
}
.AnyTagClassName
{
color: #987B21;
}
</style>
background-color css
<style>
a { background-color: #987B21; }
a { background-color: rgb(152,123,33); }
div.DivClassName
{
background-color: #987B21;
}
.BgClassName
{
background-color: #987B21;
}
</style>
border-color css
<style>
span { border-color: #987B21; }
span { border-color: rgb(152,123,33); }
td.TdClassName
{
border-color: #987B21;
}
.TagClassName
{
border-color: #987B21;
}
</style>