Shades of Hacienda #988B12
Tints of Hacienda #988B12
RGB
CMYK
RGB Variations
Color information
#988B12 (or 0x988B12) is known color: Hacienda. HEX triplet: 98, 8B and 12. RGB value is (152,139,18). Sum of RGB (Red+Green+Blue) = 152+139+18=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #988B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B12 is #6774ED. Grayscale: #818181. Windows color (decimal): -6780142 or 1215384. OLE color: 1215384.
HSL color Cylindrical-coordinate representation of color #988B12: hue angle of 54.18º 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 #988B12 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 18 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.40 |
| HSL | 54.18º | 0.79% | 0.33% | - |
| HSV(B) | 54.18º | 0.88% | 0.6% | - |
| XYZ | 22.29 | 25.18 | 4.26 | - |
| YUV | 129.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 18 | 0 | 0.09 | 0.88 | 0.40 | 54.18 | 0.79 | 0.33 |
| Hex | 98 | 8B | 12 | 0 | 9 | 58 | 28 | 36 | 4F | 21 |
| Octal | 230 | 213 | 22 | 0 | 11 | 130 | 50 | 66 | 117 | 41 |
| Binary | 10011000 | 10001011 | 10010 | 0 | 1001 | 1011000 | 101000 | 110110 | 1001111 | 100001 |
Color Harmonies of #988B12
Complementary color
Monochromatic Colors of #988B12
Black with #988B12
Text Example
Text Example
White with #988B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B12; }
p { color: rgb(152,139,18); }
H1.HeaderClassName
{
color: #988B12;
}
.AnyTagClassName
{
color: #988B12;
}
</style>
background-color css
<style>
a { background-color: #988B12; }
a { background-color: rgb(152,139,18); }
div.DivClassName
{
background-color: #988B12;
}
.BgClassName
{
background-color: #988B12;
}
</style>
border-color css
<style>
span { border-color: #988B12; }
span { border-color: rgb(152,139,18); }
td.TdClassName
{
border-color: #988B12;
}
.TagClassName
{
border-color: #988B12;
}
</style>