Shades of Highball #9C9731
Tints of Highball #9C9731
RGB
CMYK
RGB Variations
Color information
#9C9731 (or 0x9C9731) is known color: Highball. HEX triplet: 9C, 97 and 31. RGB value is (156,151,49). Sum of RGB (Red+Green+Blue) = 156+151+49=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9731 is #6368CE. Grayscale: #8D8D8D. Windows color (decimal): -6514895 or 3250076. OLE color: 3250076.
HSL color Cylindrical-coordinate representation of color #9C9731: hue angle of 57.2º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C9731 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 49 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.39 |
| HSL | 57.2º | 0.52% | 0.4% | - |
| HSV(B) | 57.2º | 0.69% | 0.61% | - |
| XYZ | 25.33 | 29.42 | 7.25 | - |
| YUV | 140.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 49 | 0 | 0.03 | 0.69 | 0.39 | 57.2 | 0.52 | 0.4 |
| Hex | 9C | 97 | 31 | 0 | 3 | 45 | 27 | 39 | 34 | 28 |
| Octal | 234 | 227 | 61 | 0 | 3 | 105 | 47 | 71 | 64 | 50 |
| Binary | 10011100 | 10010111 | 110001 | 0 | 11 | 1000101 | 100111 | 111001 | 110100 | 101000 |
Color Harmonies of #9C9731
Complementary color
Monochromatic Colors of #9C9731
Black with #9C9731
Text Example
Text Example
White with #9C9731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9731; }
p { color: rgb(156,151,49); }
H1.HeaderClassName
{
color: #9C9731;
}
.AnyTagClassName
{
color: #9C9731;
}
</style>
background-color css
<style>
a { background-color: #9C9731; }
a { background-color: rgb(156,151,49); }
div.DivClassName
{
background-color: #9C9731;
}
.BgClassName
{
background-color: #9C9731;
}
</style>
border-color css
<style>
span { border-color: #9C9731; }
span { border-color: rgb(156,151,49); }
td.TdClassName
{
border-color: #9C9731;
}
.TagClassName
{
border-color: #9C9731;
}
</style>