Shades of Hacienda #987D23
Tints of Hacienda #987D23
RGB
CMYK
RGB Variations
Color information
#987D23 (or 0x987D23) is known color: Hacienda. HEX triplet: 98, 7D and 23. RGB value is (152,125,35). Sum of RGB (Red+Green+Blue) = 152+125+35=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #987D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D23 is #6782DC. Grayscale: #7B7B7B. Windows color (decimal): -6783709 or 2325912. OLE color: 2325912.
HSL color Cylindrical-coordinate representation of color #987D23: hue angle of 46.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #987D23 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 35 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.40 |
| HSL | 46.15º | 0.63% | 0.37% | - |
| HSV(B) | 46.15º | 0.77% | 0.6% | - |
| XYZ | 20.59 | 21.46 | 4.65 | - |
| YUV | 122.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 35 | 0 | 0.18 | 0.77 | 0.40 | 46.15 | 0.63 | 0.37 |
| Hex | 98 | 7D | 23 | 0 | 12 | 4D | 28 | 2E | 3F | 25 |
| Octal | 230 | 175 | 43 | 0 | 22 | 115 | 50 | 56 | 77 | 45 |
| Binary | 10011000 | 1111101 | 100011 | 0 | 10010 | 1001101 | 101000 | 101110 | 111111 | 100101 |
Color Harmonies of #987D23
Complementary color
Monochromatic Colors of #987D23
Black with #987D23
Text Example
Text Example
White with #987D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D23; }
p { color: rgb(152,125,35); }
H1.HeaderClassName
{
color: #987D23;
}
.AnyTagClassName
{
color: #987D23;
}
</style>
background-color css
<style>
a { background-color: #987D23; }
a { background-color: rgb(152,125,35); }
div.DivClassName
{
background-color: #987D23;
}
.BgClassName
{
background-color: #987D23;
}
</style>
border-color css
<style>
span { border-color: #987D23; }
span { border-color: rgb(152,125,35); }
td.TdClassName
{
border-color: #987D23;
}
.TagClassName
{
border-color: #987D23;
}
</style>