Shades of Highball #9D974E
Tints of Highball #9D974E
RGB
CMYK
RGB Variations
Color information
#9D974E (or 0x9D974E) is known color: Highball. HEX triplet: 9D, 97 and 4E. RGB value is (157,151,78). Sum of RGB (Red+Green+Blue) = 157+151+78=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D974E is #6268B1. Grayscale: #909090. Windows color (decimal): -6449330 or 5150621. OLE color: 5150621.
HSL color Cylindrical-coordinate representation of color #9D974E: hue angle of 55.44º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D974E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 78 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.38 |
| HSL | 55.44º | 0.34% | 0.46% | - |
| HSV(B) | 55.44º | 0.5% | 0.62% | - |
| XYZ | 26.35 | 29.85 | 11.58 | - |
| YUV | 144.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 78 | 0 | 0.04 | 0.50 | 0.38 | 55.44 | 0.34 | 0.46 |
| Hex | 9D | 97 | 4E | 0 | 4 | 32 | 26 | 37 | 22 | 2E |
| Octal | 235 | 227 | 116 | 0 | 4 | 62 | 46 | 67 | 42 | 56 |
| Binary | 10011101 | 10010111 | 1001110 | 0 | 100 | 110010 | 100110 | 110111 | 100010 | 101110 |
Color Harmonies of #9D974E
Complementary color
Monochromatic Colors of #9D974E
Black with #9D974E
Text Example
Text Example
White with #9D974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D974E; }
p { color: rgb(157,151,78); }
H1.HeaderClassName
{
color: #9D974E;
}
.AnyTagClassName
{
color: #9D974E;
}
</style>
background-color css
<style>
a { background-color: #9D974E; }
a { background-color: rgb(157,151,78); }
div.DivClassName
{
background-color: #9D974E;
}
.BgClassName
{
background-color: #9D974E;
}
</style>
border-color css
<style>
span { border-color: #9D974E; }
span { border-color: rgb(157,151,78); }
td.TdClassName
{
border-color: #9D974E;
}
.TagClassName
{
border-color: #9D974E;
}
</style>