Shades of Highball #9C9237
Tints of Highball #9C9237
RGB
CMYK
RGB Variations
Color information
#9C9237 (or 0x9C9237) is known color: Highball. HEX triplet: 9C, 92 and 37. RGB value is (156,146,55). Sum of RGB (Red+Green+Blue) = 156+146+55=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9237 is #636DC8. Grayscale: #8A8A8A. Windows color (decimal): -6516169 or 3642012. OLE color: 3642012.
HSL color Cylindrical-coordinate representation of color #9C9237: hue angle of 54.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C9237 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 55 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.39 |
| HSL | 54.06º | 0.48% | 0.41% | - |
| HSV(B) | 54.06º | 0.65% | 0.61% | - |
| XYZ | 24.68 | 27.9 | 7.7 | - |
| YUV | 138.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 55 | 0 | 0.06 | 0.65 | 0.39 | 54.06 | 0.48 | 0.41 |
| Hex | 9C | 92 | 37 | 0 | 6 | 41 | 27 | 36 | 30 | 29 |
| Octal | 234 | 222 | 67 | 0 | 6 | 101 | 47 | 66 | 60 | 51 |
| Binary | 10011100 | 10010010 | 110111 | 0 | 110 | 1000001 | 100111 | 110110 | 110000 | 101001 |
Color Harmonies of #9C9237
Complementary color
Monochromatic Colors of #9C9237
Black with #9C9237
Text Example
Text Example
White with #9C9237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9237; }
p { color: rgb(156,146,55); }
H1.HeaderClassName
{
color: #9C9237;
}
.AnyTagClassName
{
color: #9C9237;
}
</style>
background-color css
<style>
a { background-color: #9C9237; }
a { background-color: rgb(156,146,55); }
div.DivClassName
{
background-color: #9C9237;
}
.BgClassName
{
background-color: #9C9237;
}
</style>
border-color css
<style>
span { border-color: #9C9237; }
span { border-color: rgb(156,146,55); }
td.TdClassName
{
border-color: #9C9237;
}
.TagClassName
{
border-color: #9C9237;
}
</style>