Shades of Highball #9D973D
Tints of Highball #9D973D
RGB
CMYK
RGB Variations
Color information
#9D973D (or 0x9D973D) is known color: Highball. HEX triplet: 9D, 97 and 3D. RGB value is (157,151,61). Sum of RGB (Red+Green+Blue) = 157+151+61=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D973D is #6268C2. Grayscale: #8E8E8E. Windows color (decimal): -6449347 or 4036509. OLE color: 4036509.
HSL color Cylindrical-coordinate representation of color #9D973D: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D973D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 61 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.38 |
| HSL | 56.25º | 0.44% | 0.43% | - |
| HSV(B) | 56.25º | 0.61% | 0.62% | - |
| XYZ | 25.81 | 29.64 | 8.78 | - |
| YUV | 142.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 61 | 0 | 0.04 | 0.61 | 0.38 | 56.25 | 0.44 | 0.43 |
| Hex | 9D | 97 | 3D | 0 | 4 | 3D | 26 | 38 | 2C | 2B |
| Octal | 235 | 227 | 75 | 0 | 4 | 75 | 46 | 70 | 54 | 53 |
| Binary | 10011101 | 10010111 | 111101 | 0 | 100 | 111101 | 100110 | 111000 | 101100 | 101011 |
Color Harmonies of #9D973D
Complementary color
Monochromatic Colors of #9D973D
Black with #9D973D
Text Example
Text Example
White with #9D973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D973D; }
p { color: rgb(157,151,61); }
H1.HeaderClassName
{
color: #9D973D;
}
.AnyTagClassName
{
color: #9D973D;
}
</style>
background-color css
<style>
a { background-color: #9D973D; }
a { background-color: rgb(157,151,61); }
div.DivClassName
{
background-color: #9D973D;
}
.BgClassName
{
background-color: #9D973D;
}
</style>
border-color css
<style>
span { border-color: #9D973D; }
span { border-color: rgb(157,151,61); }
td.TdClassName
{
border-color: #9D973D;
}
.TagClassName
{
border-color: #9D973D;
}
</style>