Shades of Hacienda #988A10
Tints of Hacienda #988A10
RGB
CMYK
RGB Variations
Color information
#988A10 (or 0x988A10) is known color: Hacienda. HEX triplet: 98, 8A and 10. RGB value is (152,138,16). Sum of RGB (Red+Green+Blue) = 152+138+16=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #988A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A10 is #6775EF. Grayscale: #808080. Windows color (decimal): -6780400 or 1084056. OLE color: 1084056.
HSL color Cylindrical-coordinate representation of color #988A10: hue angle of 53.82º degrees, saturation: 0.81, 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 #988A10 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 16 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.40 |
| HSL | 53.82º | 0.81% | 0.33% | - |
| HSV(B) | 53.82º | 0.89% | 0.6% | - |
| XYZ | 22.13 | 24.89 | 4.13 | - |
| YUV | 128.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 16 | 0 | 0.09 | 0.89 | 0.40 | 53.82 | 0.81 | 0.33 |
| Hex | 98 | 8A | 10 | 0 | 9 | 59 | 28 | 36 | 51 | 21 |
| Octal | 230 | 212 | 20 | 0 | 11 | 131 | 50 | 66 | 121 | 41 |
| Binary | 10011000 | 10001010 | 10000 | 0 | 1001 | 1011001 | 101000 | 110110 | 1010001 | 100001 |
Color Harmonies of #988A10
Complementary color
Monochromatic Colors of #988A10
Black with #988A10
Text Example
Text Example
White with #988A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A10; }
p { color: rgb(152,138,16); }
H1.HeaderClassName
{
color: #988A10;
}
.AnyTagClassName
{
color: #988A10;
}
</style>
background-color css
<style>
a { background-color: #988A10; }
a { background-color: rgb(152,138,16); }
div.DivClassName
{
background-color: #988A10;
}
.BgClassName
{
background-color: #988A10;
}
</style>
border-color css
<style>
span { border-color: #988A10; }
span { border-color: rgb(152,138,16); }
td.TdClassName
{
border-color: #988A10;
}
.TagClassName
{
border-color: #988A10;
}
</style>