Shades of Hacienda #988010
Tints of Hacienda #988010
RGB
CMYK
RGB Variations
Color information
#988010 (or 0x988010) is known color: Hacienda. HEX triplet: 98, 80 and 10. RGB value is (152,128,16). Sum of RGB (Red+Green+Blue) = 152+128+16=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #988010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988010 is #677FEF. Grayscale: #7A7A7A. Windows color (decimal): -6782960 or 1081496. OLE color: 1081496.
HSL color Cylindrical-coordinate representation of color #988010: hue angle of 49.41º 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 #988010 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 16 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.40 |
| HSL | 49.41º | 0.81% | 0.33% | - |
| HSV(B) | 49.41º | 0.89% | 0.6% | - |
| XYZ | 20.76 | 22.15 | 3.67 | - |
| YUV | 122.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 16 | 0 | 0.16 | 0.89 | 0.40 | 49.41 | 0.81 | 0.33 |
| Hex | 98 | 80 | 10 | 0 | 10 | 59 | 28 | 31 | 51 | 21 |
| Octal | 230 | 200 | 20 | 0 | 20 | 131 | 50 | 61 | 121 | 41 |
| Binary | 10011000 | 10000000 | 10000 | 0 | 10000 | 1011001 | 101000 | 110001 | 1010001 | 100001 |
Color Harmonies of #988010
Complementary color
Monochromatic Colors of #988010
Black with #988010
Text Example
Text Example
White with #988010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988010; }
p { color: rgb(152,128,16); }
H1.HeaderClassName
{
color: #988010;
}
.AnyTagClassName
{
color: #988010;
}
</style>
background-color css
<style>
a { background-color: #988010; }
a { background-color: rgb(152,128,16); }
div.DivClassName
{
background-color: #988010;
}
.BgClassName
{
background-color: #988010;
}
</style>
border-color css
<style>
span { border-color: #988010; }
span { border-color: rgb(152,128,16); }
td.TdClassName
{
border-color: #988010;
}
.TagClassName
{
border-color: #988010;
}
</style>