Shades of Hacienda #98850B
Tints of Hacienda #98850B
RGB
CMYK
RGB Variations
Color information
#98850B (or 0x98850B) is known color: Hacienda. HEX triplet: 98, 85 and 0B. RGB value is (152,133,11). Sum of RGB (Red+Green+Blue) = 152+133+11=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98850B is #677AF4. Grayscale: #7D7D7D. Windows color (decimal): -6781685 or 755096. OLE color: 755096.
HSL color Cylindrical-coordinate representation of color #98850B: hue angle of 51.91º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98850B is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 11 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.40 |
| HSL | 51.91º | 0.87% | 0.32% | - |
| HSV(B) | 51.91º | 0.93% | 0.6% | - |
| XYZ | 21.4 | 23.47 | 3.72 | - |
| YUV | 124.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 11 | 0 | 0.13 | 0.93 | 0.40 | 51.91 | 0.87 | 0.32 |
| Hex | 98 | 85 | B | 0 | D | 5D | 28 | 34 | 57 | 20 |
| Octal | 230 | 205 | 13 | 0 | 15 | 135 | 50 | 64 | 127 | 40 |
| Binary | 10011000 | 10000101 | 1011 | 0 | 1101 | 1011101 | 101000 | 110100 | 1010111 | 100000 |
Color Harmonies of #98850B
Complementary color
Monochromatic Colors of #98850B
Black with #98850B
Text Example
Text Example
White with #98850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98850B; }
p { color: rgb(152,133,11); }
H1.HeaderClassName
{
color: #98850B;
}
.AnyTagClassName
{
color: #98850B;
}
</style>
background-color css
<style>
a { background-color: #98850B; }
a { background-color: rgb(152,133,11); }
div.DivClassName
{
background-color: #98850B;
}
.BgClassName
{
background-color: #98850B;
}
</style>
border-color css
<style>
span { border-color: #98850B; }
span { border-color: rgb(152,133,11); }
td.TdClassName
{
border-color: #98850B;
}
.TagClassName
{
border-color: #98850B;
}
</style>