Shades of Highball #9C974D
Tints of Highball #9C974D
RGB
CMYK
RGB Variations
Color information
#9C974D (or 0x9C974D) is known color: Highball. HEX triplet: 9C, 97 and 4D. RGB value is (156,151,77). Sum of RGB (Red+Green+Blue) = 156+151+77=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C974D is #6368B2. Grayscale: #909090. Windows color (decimal): -6514867 or 5085084. OLE color: 5085084.
HSL color Cylindrical-coordinate representation of color #9C974D: hue angle of 56.2º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C974D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 77 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.39 |
| HSL | 56.2º | 0.34% | 0.46% | - |
| HSV(B) | 56.2º | 0.51% | 0.61% | - |
| XYZ | 26.12 | 29.74 | 11.38 | - |
| YUV | 144.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 77 | 0 | 0.03 | 0.51 | 0.39 | 56.2 | 0.34 | 0.46 |
| Hex | 9C | 97 | 4D | 0 | 3 | 33 | 27 | 38 | 22 | 2E |
| Octal | 234 | 227 | 115 | 0 | 3 | 63 | 47 | 70 | 42 | 56 |
| Binary | 10011100 | 10010111 | 1001101 | 0 | 11 | 110011 | 100111 | 111000 | 100010 | 101110 |
Color Harmonies of #9C974D
Complementary color
Monochromatic Colors of #9C974D
Black with #9C974D
Text Example
Text Example
White with #9C974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C974D; }
p { color: rgb(156,151,77); }
H1.HeaderClassName
{
color: #9C974D;
}
.AnyTagClassName
{
color: #9C974D;
}
</style>
background-color css
<style>
a { background-color: #9C974D; }
a { background-color: rgb(156,151,77); }
div.DivClassName
{
background-color: #9C974D;
}
.BgClassName
{
background-color: #9C974D;
}
</style>
border-color css
<style>
span { border-color: #9C974D; }
span { border-color: rgb(156,151,77); }
td.TdClassName
{
border-color: #9C974D;
}
.TagClassName
{
border-color: #9C974D;
}
</style>