Shades of Highball #9C9231
Tints of Highball #9C9231
RGB
CMYK
RGB Variations
Color information
#9C9231 (or 0x9C9231) is known color: Highball. HEX triplet: 9C, 92 and 31. RGB value is (156,146,49). Sum of RGB (Red+Green+Blue) = 156+146+49=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9231 is #636DCE. Grayscale: #8A8A8A. Windows color (decimal): -6516175 or 3248796. OLE color: 3248796.
HSL color Cylindrical-coordinate representation of color #9C9231: hue angle of 54.39º 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 #9C9231 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 49 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.39 |
| HSL | 54.39º | 0.52% | 0.4% | - |
| HSV(B) | 54.39º | 0.69% | 0.61% | - |
| XYZ | 24.54 | 27.85 | 6.99 | - |
| YUV | 137.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 49 | 0 | 0.06 | 0.69 | 0.39 | 54.39 | 0.52 | 0.4 |
| Hex | 9C | 92 | 31 | 0 | 6 | 45 | 27 | 36 | 34 | 28 |
| Octal | 234 | 222 | 61 | 0 | 6 | 105 | 47 | 66 | 64 | 50 |
| Binary | 10011100 | 10010010 | 110001 | 0 | 110 | 1000101 | 100111 | 110110 | 110100 | 101000 |
Color Harmonies of #9C9231
Complementary color
Monochromatic Colors of #9C9231
Black with #9C9231
Text Example
Text Example
White with #9C9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9231; }
p { color: rgb(156,146,49); }
H1.HeaderClassName
{
color: #9C9231;
}
.AnyTagClassName
{
color: #9C9231;
}
</style>
background-color css
<style>
a { background-color: #9C9231; }
a { background-color: rgb(156,146,49); }
div.DivClassName
{
background-color: #9C9231;
}
.BgClassName
{
background-color: #9C9231;
}
</style>
border-color css
<style>
span { border-color: #9C9231; }
span { border-color: rgb(156,146,49); }
td.TdClassName
{
border-color: #9C9231;
}
.TagClassName
{
border-color: #9C9231;
}
</style>