Shades of Hacienda #987B12
Tints of Hacienda #987B12
RGB
CMYK
RGB Variations
Color information
#987B12 (or 0x987B12) is known color: Hacienda. HEX triplet: 98, 7B and 12. RGB value is (152,123,18). Sum of RGB (Red+Green+Blue) = 152+123+18=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #987B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B12 is #6784ED. Grayscale: #787878. Windows color (decimal): -6784238 or 1211288. OLE color: 1211288.
HSL color Cylindrical-coordinate representation of color #987B12: hue angle of 47.01º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987B12 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 18 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.40 |
| HSL | 47.01º | 0.79% | 0.33% | - |
| HSV(B) | 47.01º | 0.88% | 0.6% | - |
| XYZ | 20.14 | 20.88 | 3.54 | - |
| YUV | 119.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 18 | 0 | 0.19 | 0.88 | 0.40 | 47.01 | 0.79 | 0.33 |
| Hex | 98 | 7B | 12 | 0 | 13 | 58 | 28 | 2F | 4F | 21 |
| Octal | 230 | 173 | 22 | 0 | 23 | 130 | 50 | 57 | 117 | 41 |
| Binary | 10011000 | 1111011 | 10010 | 0 | 10011 | 1011000 | 101000 | 101111 | 1001111 | 100001 |
Color Harmonies of #987B12
Complementary color
Monochromatic Colors of #987B12
Black with #987B12
Text Example
Text Example
White with #987B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B12; }
p { color: rgb(152,123,18); }
H1.HeaderClassName
{
color: #987B12;
}
.AnyTagClassName
{
color: #987B12;
}
</style>
background-color css
<style>
a { background-color: #987B12; }
a { background-color: rgb(152,123,18); }
div.DivClassName
{
background-color: #987B12;
}
.BgClassName
{
background-color: #987B12;
}
</style>
border-color css
<style>
span { border-color: #987B12; }
span { border-color: rgb(152,123,18); }
td.TdClassName
{
border-color: #987B12;
}
.TagClassName
{
border-color: #987B12;
}
</style>