Shades of Highball #9D9550
Tints of Highball #9D9550
RGB
CMYK
RGB Variations
Color information
#9D9550 (or 0x9D9550) is known color: Highball. HEX triplet: 9D, 95 and 50. RGB value is (157,149,80). Sum of RGB (Red+Green+Blue) = 157+149+80=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9550 is #626AAF. Grayscale: #8F8F8F. Windows color (decimal): -6449840 or 5281181. OLE color: 5281181.
HSL color Cylindrical-coordinate representation of color #9D9550: hue angle of 53.77º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D9550 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 80 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.38 |
| HSL | 53.77º | 0.32% | 0.46% | - |
| HSV(B) | 53.77º | 0.49% | 0.62% | - |
| XYZ | 26.1 | 29.24 | 11.86 | - |
| YUV | 143.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 80 | 0 | 0.05 | 0.49 | 0.38 | 53.77 | 0.32 | 0.46 |
| Hex | 9D | 95 | 50 | 0 | 5 | 31 | 26 | 36 | 20 | 2E |
| Octal | 235 | 225 | 120 | 0 | 5 | 61 | 46 | 66 | 40 | 56 |
| Binary | 10011101 | 10010101 | 1010000 | 0 | 101 | 110001 | 100110 | 110110 | 100000 | 101110 |
Color Harmonies of #9D9550
Complementary color
Monochromatic Colors of #9D9550
Black with #9D9550
Text Example
Text Example
White with #9D9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9550; }
p { color: rgb(157,149,80); }
H1.HeaderClassName
{
color: #9D9550;
}
.AnyTagClassName
{
color: #9D9550;
}
</style>
background-color css
<style>
a { background-color: #9D9550; }
a { background-color: rgb(157,149,80); }
div.DivClassName
{
background-color: #9D9550;
}
.BgClassName
{
background-color: #9D9550;
}
</style>
border-color css
<style>
span { border-color: #9D9550; }
span { border-color: rgb(157,149,80); }
td.TdClassName
{
border-color: #9D9550;
}
.TagClassName
{
border-color: #9D9550;
}
</style>