Shades of Hacienda #988B11
Tints of Hacienda #988B11
RGB
CMYK
RGB Variations
Color information
#988B11 (or 0x988B11) is known color: Hacienda. HEX triplet: 98, 8B and 11. RGB value is (152,139,17). Sum of RGB (Red+Green+Blue) = 152+139+17=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B11 is #6774EE. Grayscale: #818181. Windows color (decimal): -6780143 or 1149848. OLE color: 1149848.
HSL color Cylindrical-coordinate representation of color #988B11: hue angle of 54.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988B11 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 17 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.40 |
| HSL | 54.22º | 0.8% | 0.33% | - |
| HSV(B) | 54.22º | 0.89% | 0.6% | - |
| XYZ | 22.28 | 25.18 | 4.22 | - |
| YUV | 128.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 17 | 0 | 0.09 | 0.89 | 0.40 | 54.22 | 0.8 | 0.33 |
| Hex | 98 | 8B | 11 | 0 | 9 | 59 | 28 | 36 | 50 | 21 |
| Octal | 230 | 213 | 21 | 0 | 11 | 131 | 50 | 66 | 120 | 41 |
| Binary | 10011000 | 10001011 | 10001 | 0 | 1001 | 1011001 | 101000 | 110110 | 1010000 | 100001 |
Color Harmonies of #988B11
Complementary color
Monochromatic Colors of #988B11
Black with #988B11
Text Example
Text Example
White with #988B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B11; }
p { color: rgb(152,139,17); }
H1.HeaderClassName
{
color: #988B11;
}
.AnyTagClassName
{
color: #988B11;
}
</style>
background-color css
<style>
a { background-color: #988B11; }
a { background-color: rgb(152,139,17); }
div.DivClassName
{
background-color: #988B11;
}
.BgClassName
{
background-color: #988B11;
}
</style>
border-color css
<style>
span { border-color: #988B11; }
span { border-color: rgb(152,139,17); }
td.TdClassName
{
border-color: #988B11;
}
.TagClassName
{
border-color: #988B11;
}
</style>