Shades of Highball #9C9732
Tints of Highball #9C9732
RGB
CMYK
RGB Variations
Color information
#9C9732 (or 0x9C9732) is known color: Highball. HEX triplet: 9C, 97 and 32. RGB value is (156,151,50). Sum of RGB (Red+Green+Blue) = 156+151+50=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9732 is #6368CD. Grayscale: #8D8D8D. Windows color (decimal): -6514894 or 3315612. OLE color: 3315612.
HSL color Cylindrical-coordinate representation of color #9C9732: hue angle of 57.17º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C9732 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 50 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.39 |
| HSL | 57.17º | 0.51% | 0.4% | - |
| HSV(B) | 57.17º | 0.68% | 0.61% | - |
| XYZ | 25.35 | 29.43 | 7.36 | - |
| YUV | 140.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 50 | 0 | 0.03 | 0.68 | 0.39 | 57.17 | 0.51 | 0.4 |
| Hex | 9C | 97 | 32 | 0 | 3 | 44 | 27 | 39 | 33 | 28 |
| Octal | 234 | 227 | 62 | 0 | 3 | 104 | 47 | 71 | 63 | 50 |
| Binary | 10011100 | 10010111 | 110010 | 0 | 11 | 1000100 | 100111 | 111001 | 110011 | 101000 |
Color Harmonies of #9C9732
Complementary color
Monochromatic Colors of #9C9732
Black with #9C9732
Text Example
Text Example
White with #9C9732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9732; }
p { color: rgb(156,151,50); }
H1.HeaderClassName
{
color: #9C9732;
}
.AnyTagClassName
{
color: #9C9732;
}
</style>
background-color css
<style>
a { background-color: #9C9732; }
a { background-color: rgb(156,151,50); }
div.DivClassName
{
background-color: #9C9732;
}
.BgClassName
{
background-color: #9C9732;
}
</style>
border-color css
<style>
span { border-color: #9C9732; }
span { border-color: rgb(156,151,50); }
td.TdClassName
{
border-color: #9C9732;
}
.TagClassName
{
border-color: #9C9732;
}
</style>