Shades of Highball #9C9233
Tints of Highball #9C9233
RGB
CMYK
RGB Variations
Color information
#9C9233 (or 0x9C9233) is known color: Highball. HEX triplet: 9C, 92 and 33. RGB value is (156,146,51). Sum of RGB (Red+Green+Blue) = 156+146+51=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9233 is #636DCC. Grayscale: #8A8A8A. Windows color (decimal): -6516173 or 3379868. OLE color: 3379868.
HSL color Cylindrical-coordinate representation of color #9C9233: hue angle of 54.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C9233 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 51 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.39 |
| HSL | 54.29º | 0.51% | 0.41% | - |
| HSV(B) | 54.29º | 0.67% | 0.61% | - |
| XYZ | 24.59 | 27.86 | 7.21 | - |
| YUV | 138.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 51 | 0 | 0.06 | 0.67 | 0.39 | 54.29 | 0.51 | 0.41 |
| Hex | 9C | 92 | 33 | 0 | 6 | 43 | 27 | 36 | 33 | 29 |
| Octal | 234 | 222 | 63 | 0 | 6 | 103 | 47 | 66 | 63 | 51 |
| Binary | 10011100 | 10010010 | 110011 | 0 | 110 | 1000011 | 100111 | 110110 | 110011 | 101001 |
Color Harmonies of #9C9233
Complementary color
Monochromatic Colors of #9C9233
Black with #9C9233
Text Example
Text Example
White with #9C9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9233; }
p { color: rgb(156,146,51); }
H1.HeaderClassName
{
color: #9C9233;
}
.AnyTagClassName
{
color: #9C9233;
}
</style>
background-color css
<style>
a { background-color: #9C9233; }
a { background-color: rgb(156,146,51); }
div.DivClassName
{
background-color: #9C9233;
}
.BgClassName
{
background-color: #9C9233;
}
</style>
border-color css
<style>
span { border-color: #9C9233; }
span { border-color: rgb(156,146,51); }
td.TdClassName
{
border-color: #9C9233;
}
.TagClassName
{
border-color: #9C9233;
}
</style>