Shades of Hacienda #998917
Tints of Hacienda #998917
RGB
CMYK
RGB Variations
Color information
#998917 (or 0x998917) is known color: Hacienda. HEX triplet: 99, 89 and 17. RGB value is (153,137,23). Sum of RGB (Red+Green+Blue) = 153+137+23=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #998917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998917 is #6676E8. Grayscale: #818181. Windows color (decimal): -6715113 or 1542553. OLE color: 1542553.
HSL color Cylindrical-coordinate representation of color #998917: hue angle of 52.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #998917 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 23 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.4 |
| HSL | 52.62º | 0.74% | 0.35% | - |
| HSV(B) | 52.62º | 0.85% | 0.6% | - |
| XYZ | 22.24 | 24.73 | 4.41 | - |
| YUV | 128.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 23 | 0 | 0.10 | 0.85 | 0.4 | 52.62 | 0.74 | 0.35 |
| Hex | 99 | 89 | 17 | 0 | A | 55 | 28 | 35 | 4A | 23 |
| Octal | 231 | 211 | 27 | 0 | 12 | 125 | 50 | 65 | 112 | 43 |
| Binary | 10011001 | 10001001 | 10111 | 0 | 1010 | 1010101 | 101000 | 110101 | 1001010 | 100011 |
Color Harmonies of #998917
Complementary color
Monochromatic Colors of #998917
Black with #998917
Text Example
Text Example
White with #998917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998917; }
p { color: rgb(153,137,23); }
H1.HeaderClassName
{
color: #998917;
}
.AnyTagClassName
{
color: #998917;
}
</style>
background-color css
<style>
a { background-color: #998917; }
a { background-color: rgb(153,137,23); }
div.DivClassName
{
background-color: #998917;
}
.BgClassName
{
background-color: #998917;
}
</style>
border-color css
<style>
span { border-color: #998917; }
span { border-color: rgb(153,137,23); }
td.TdClassName
{
border-color: #998917;
}
.TagClassName
{
border-color: #998917;
}
</style>