Shades of Hacienda #987B22
Tints of Hacienda #987B22
RGB
CMYK
RGB Variations
Color information
#987B22 (or 0x987B22) is known color: Hacienda. HEX triplet: 98, 7B and 22. RGB value is (152,123,34). Sum of RGB (Red+Green+Blue) = 152+123+34=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #987B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B22 is #6784DD. Grayscale: #797979. Windows color (decimal): -6784222 or 2259864. OLE color: 2259864.
HSL color Cylindrical-coordinate representation of color #987B22: hue angle of 45.25º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #987B22 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 34 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.40 |
| HSL | 45.25º | 0.63% | 0.36% | - |
| HSV(B) | 45.25º | 0.78% | 0.6% | - |
| XYZ | 20.32 | 20.96 | 4.49 | - |
| YUV | 121.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 34 | 0 | 0.19 | 0.78 | 0.40 | 45.25 | 0.63 | 0.36 |
| Hex | 98 | 7B | 22 | 0 | 13 | 4E | 28 | 2D | 3F | 24 |
| Octal | 230 | 173 | 42 | 0 | 23 | 116 | 50 | 55 | 77 | 44 |
| Binary | 10011000 | 1111011 | 100010 | 0 | 10011 | 1001110 | 101000 | 101101 | 111111 | 100100 |
Color Harmonies of #987B22
Complementary color
Monochromatic Colors of #987B22
Black with #987B22
Text Example
Text Example
White with #987B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B22; }
p { color: rgb(152,123,34); }
H1.HeaderClassName
{
color: #987B22;
}
.AnyTagClassName
{
color: #987B22;
}
</style>
background-color css
<style>
a { background-color: #987B22; }
a { background-color: rgb(152,123,34); }
div.DivClassName
{
background-color: #987B22;
}
.BgClassName
{
background-color: #987B22;
}
</style>
border-color css
<style>
span { border-color: #987B22; }
span { border-color: rgb(152,123,34); }
td.TdClassName
{
border-color: #987B22;
}
.TagClassName
{
border-color: #987B22;
}
</style>