Shades of Hacienda #9F8C19
Tints of Hacienda #9F8C19
RGB
CMYK
RGB Variations
Color information
#9F8C19 (or 0x9F8C19) is known color: Hacienda. HEX triplet: 9F, 8C and 19. RGB value is (159,140,25). Sum of RGB (Red+Green+Blue) = 159+140+25=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8C19 is #6073E6. Grayscale: #858585. Windows color (decimal): -6321127 or 1674399. OLE color: 1674399.
HSL color Cylindrical-coordinate representation of color #9F8C19: hue angle of 51.49º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F8C19 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 25 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.38 |
| HSL | 51.49º | 0.73% | 0.36% | - |
| HSV(B) | 51.49º | 0.84% | 0.62% | - |
| XYZ | 23.85 | 26.2 | 4.72 | - |
| YUV | 132.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 25 | 0 | 0.12 | 0.84 | 0.38 | 51.49 | 0.73 | 0.36 |
| Hex | 9F | 8C | 19 | 0 | C | 54 | 26 | 33 | 49 | 24 |
| Octal | 237 | 214 | 31 | 0 | 14 | 124 | 46 | 63 | 111 | 44 |
| Binary | 10011111 | 10001100 | 11001 | 0 | 1100 | 1010100 | 100110 | 110011 | 1001001 | 100100 |
Color Harmonies of #9F8C19
Complementary color
Monochromatic Colors of #9F8C19
Black with #9F8C19
Text Example
Text Example
White with #9F8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C19; }
p { color: rgb(159,140,25); }
H1.HeaderClassName
{
color: #9F8C19;
}
.AnyTagClassName
{
color: #9F8C19;
}
</style>
background-color css
<style>
a { background-color: #9F8C19; }
a { background-color: rgb(159,140,25); }
div.DivClassName
{
background-color: #9F8C19;
}
.BgClassName
{
background-color: #9F8C19;
}
</style>
border-color css
<style>
span { border-color: #9F8C19; }
span { border-color: rgb(159,140,25); }
td.TdClassName
{
border-color: #9F8C19;
}
.TagClassName
{
border-color: #9F8C19;
}
</style>