Shades of Highball #9D9746
Tints of Highball #9D9746
RGB
CMYK
RGB Variations
Color information
#9D9746 (or 0x9D9746) is known color: Highball. HEX triplet: 9D, 97 and 46. RGB value is (157,151,70). Sum of RGB (Red+Green+Blue) = 157+151+70=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9746 is #6268B9. Grayscale: #8F8F8F. Windows color (decimal): -6449338 or 4626333. OLE color: 4626333.
HSL color Cylindrical-coordinate representation of color #9D9746: hue angle of 55.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D9746 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 70 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.38 |
| HSL | 55.86º | 0.38% | 0.45% | - |
| HSV(B) | 55.86º | 0.55% | 0.62% | - |
| XYZ | 26.08 | 29.74 | 10.16 | - |
| YUV | 143.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 70 | 0 | 0.04 | 0.55 | 0.38 | 55.86 | 0.38 | 0.45 |
| Hex | 9D | 97 | 46 | 0 | 4 | 37 | 26 | 38 | 26 | 2D |
| Octal | 235 | 227 | 106 | 0 | 4 | 67 | 46 | 70 | 46 | 55 |
| Binary | 10011101 | 10010111 | 1000110 | 0 | 100 | 110111 | 100110 | 111000 | 100110 | 101101 |
Color Harmonies of #9D9746
Complementary color
Monochromatic Colors of #9D9746
Black with #9D9746
Text Example
Text Example
White with #9D9746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9746; }
p { color: rgb(157,151,70); }
H1.HeaderClassName
{
color: #9D9746;
}
.AnyTagClassName
{
color: #9D9746;
}
</style>
background-color css
<style>
a { background-color: #9D9746; }
a { background-color: rgb(157,151,70); }
div.DivClassName
{
background-color: #9D9746;
}
.BgClassName
{
background-color: #9D9746;
}
</style>
border-color css
<style>
span { border-color: #9D9746; }
span { border-color: rgb(157,151,70); }
td.TdClassName
{
border-color: #9D9746;
}
.TagClassName
{
border-color: #9D9746;
}
</style>