Shades of Hacienda #9D830B
Tints of Hacienda #9D830B
RGB
CMYK
RGB Variations
Color information
#9D830B (or 0x9D830B) is known color: Hacienda. HEX triplet: 9D, 83 and 0B. RGB value is (157,131,11). Sum of RGB (Red+Green+Blue) = 157+131+11=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D830B is #627CF4. Grayscale: #7D7D7D. Windows color (decimal): -6454517 or 754589. OLE color: 754589.
HSL color Cylindrical-coordinate representation of color #9D830B: hue angle of 49.32º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D830B is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 11 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.38 |
| HSL | 49.32º | 0.87% | 0.33% | - |
| HSV(B) | 49.32º | 0.93% | 0.62% | - |
| XYZ | 22.08 | 23.42 | 3.67 | - |
| YUV | 125.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 11 | 0 | 0.17 | 0.93 | 0.38 | 49.32 | 0.87 | 0.33 |
| Hex | 9D | 83 | B | 0 | 11 | 5D | 26 | 31 | 57 | 21 |
| Octal | 235 | 203 | 13 | 0 | 21 | 135 | 46 | 61 | 127 | 41 |
| Binary | 10011101 | 10000011 | 1011 | 0 | 10001 | 1011101 | 100110 | 110001 | 1010111 | 100001 |
Color Harmonies of #9D830B
Complementary color
Monochromatic Colors of #9D830B
Black with #9D830B
Text Example
Text Example
White with #9D830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D830B; }
p { color: rgb(157,131,11); }
H1.HeaderClassName
{
color: #9D830B;
}
.AnyTagClassName
{
color: #9D830B;
}
</style>
background-color css
<style>
a { background-color: #9D830B; }
a { background-color: rgb(157,131,11); }
div.DivClassName
{
background-color: #9D830B;
}
.BgClassName
{
background-color: #9D830B;
}
</style>
border-color css
<style>
span { border-color: #9D830B; }
span { border-color: rgb(157,131,11); }
td.TdClassName
{
border-color: #9D830B;
}
.TagClassName
{
border-color: #9D830B;
}
</style>