Shades of Highball #9C972E
Tints of Highball #9C972E
RGB
CMYK
RGB Variations
Color information
#9C972E (or 0x9C972E) is known color: Highball. HEX triplet: 9C, 97 and 2E. RGB value is (156,151,46). Sum of RGB (Red+Green+Blue) = 156+151+46=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C972E is #6368D1. Grayscale: #8C8C8C. Windows color (decimal): -6514898 or 3053468. OLE color: 3053468.
HSL color Cylindrical-coordinate representation of color #9C972E: hue angle of 57.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C972E is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 46 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.39 |
| HSL | 57.27º | 0.54% | 0.4% | - |
| HSV(B) | 57.27º | 0.71% | 0.61% | - |
| XYZ | 25.27 | 29.4 | 6.93 | - |
| YUV | 140.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 46 | 0 | 0.03 | 0.71 | 0.39 | 57.27 | 0.54 | 0.4 |
| Hex | 9C | 97 | 2E | 0 | 3 | 47 | 27 | 39 | 36 | 28 |
| Octal | 234 | 227 | 56 | 0 | 3 | 107 | 47 | 71 | 66 | 50 |
| Binary | 10011100 | 10010111 | 101110 | 0 | 11 | 1000111 | 100111 | 111001 | 110110 | 101000 |
Color Harmonies of #9C972E
Complementary color
Monochromatic Colors of #9C972E
Black with #9C972E
Text Example
Text Example
White with #9C972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C972E; }
p { color: rgb(156,151,46); }
H1.HeaderClassName
{
color: #9C972E;
}
.AnyTagClassName
{
color: #9C972E;
}
</style>
background-color css
<style>
a { background-color: #9C972E; }
a { background-color: rgb(156,151,46); }
div.DivClassName
{
background-color: #9C972E;
}
.BgClassName
{
background-color: #9C972E;
}
</style>
border-color css
<style>
span { border-color: #9C972E; }
span { border-color: rgb(156,151,46); }
td.TdClassName
{
border-color: #9C972E;
}
.TagClassName
{
border-color: #9C972E;
}
</style>