Shades of Hacienda #9F8B21
Tints of Hacienda #9F8B21
RGB
CMYK
RGB Variations
Color information
#9F8B21 (or 0x9F8B21) is known color: Hacienda. HEX triplet: 9F, 8B and 21. RGB value is (159,139,33). Sum of RGB (Red+Green+Blue) = 159+139+33=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8B21 is #6074DE. Grayscale: #858585. Windows color (decimal): -6321375 or 2198431. OLE color: 2198431.
HSL color Cylindrical-coordinate representation of color #9F8B21: hue angle of 50.48º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F8B21 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 139 | 33 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.38 |
| HSL | 50.48º | 0.66% | 0.38% | - |
| HSV(B) | 50.48º | 0.79% | 0.62% | - |
| XYZ | 23.81 | 25.95 | 5.19 | - |
| YUV | 132.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 33 | 0 | 0.13 | 0.79 | 0.38 | 50.48 | 0.66 | 0.38 |
| Hex | 9F | 8B | 21 | 0 | D | 4F | 26 | 32 | 42 | 26 |
| Octal | 237 | 213 | 41 | 0 | 15 | 117 | 46 | 62 | 102 | 46 |
| Binary | 10011111 | 10001011 | 100001 | 0 | 1101 | 1001111 | 100110 | 110010 | 1000010 | 100110 |
Color Harmonies of #9F8B21
Complementary color
Monochromatic Colors of #9F8B21
Black with #9F8B21
Text Example
Text Example
White with #9F8B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8B21; }
p { color: rgb(159,139,33); }
H1.HeaderClassName
{
color: #9F8B21;
}
.AnyTagClassName
{
color: #9F8B21;
}
</style>
background-color css
<style>
a { background-color: #9F8B21; }
a { background-color: rgb(159,139,33); }
div.DivClassName
{
background-color: #9F8B21;
}
.BgClassName
{
background-color: #9F8B21;
}
</style>
border-color css
<style>
span { border-color: #9F8B21; }
span { border-color: rgb(159,139,33); }
td.TdClassName
{
border-color: #9F8B21;
}
.TagClassName
{
border-color: #9F8B21;
}
</style>