Shades of Highball #9C972F
Tints of Highball #9C972F
RGB
CMYK
RGB Variations
Color information
#9C972F (or 0x9C972F) is known color: Highball. HEX triplet: 9C, 97 and 2F. RGB value is (156,151,47). Sum of RGB (Red+Green+Blue) = 156+151+47=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C972F is #6368D0. Grayscale: #8D8D8D. Windows color (decimal): -6514897 or 3119004. OLE color: 3119004.
HSL color Cylindrical-coordinate representation of color #9C972F: hue angle of 57.25º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C972F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 47 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.39 |
| HSL | 57.25º | 0.54% | 0.4% | - |
| HSV(B) | 57.25º | 0.7% | 0.61% | - |
| XYZ | 25.29 | 29.41 | 7.03 | - |
| YUV | 140.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 47 | 0 | 0.03 | 0.70 | 0.39 | 57.25 | 0.54 | 0.4 |
| Hex | 9C | 97 | 2F | 0 | 3 | 46 | 27 | 39 | 36 | 28 |
| Octal | 234 | 227 | 57 | 0 | 3 | 106 | 47 | 71 | 66 | 50 |
| Binary | 10011100 | 10010111 | 101111 | 0 | 11 | 1000110 | 100111 | 111001 | 110110 | 101000 |
Color Harmonies of #9C972F
Complementary color
Monochromatic Colors of #9C972F
Black with #9C972F
Text Example
Text Example
White with #9C972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C972F; }
p { color: rgb(156,151,47); }
H1.HeaderClassName
{
color: #9C972F;
}
.AnyTagClassName
{
color: #9C972F;
}
</style>
background-color css
<style>
a { background-color: #9C972F; }
a { background-color: rgb(156,151,47); }
div.DivClassName
{
background-color: #9C972F;
}
.BgClassName
{
background-color: #9C972F;
}
</style>
border-color css
<style>
span { border-color: #9C972F; }
span { border-color: rgb(156,151,47); }
td.TdClassName
{
border-color: #9C972F;
}
.TagClassName
{
border-color: #9C972F;
}
</style>