Shades of Highball #9C9933
Tints of Highball #9C9933
RGB
CMYK
RGB Variations
Color information
#9C9933 (or 0x9C9933) is known color: Highball. HEX triplet: 9C, 99 and 33. RGB value is (156,153,51). Sum of RGB (Red+Green+Blue) = 156+153+51=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9933 is #6366CC. Grayscale: #8E8E8E. Windows color (decimal): -6514381 or 3381660. OLE color: 3381660.
HSL color Cylindrical-coordinate representation of color #9C9933: hue angle of 58.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 #9C9933 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 51 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.39 |
| HSL | 58.29º | 0.51% | 0.41% | - |
| HSV(B) | 58.29º | 0.67% | 0.61% | - |
| XYZ | 25.7 | 30.09 | 7.59 | - |
| YUV | 142.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 51 | 0 | 0.02 | 0.67 | 0.39 | 58.29 | 0.51 | 0.41 |
| Hex | 9C | 99 | 33 | 0 | 2 | 43 | 27 | 3A | 33 | 29 |
| Octal | 234 | 231 | 63 | 0 | 2 | 103 | 47 | 72 | 63 | 51 |
| Binary | 10011100 | 10011001 | 110011 | 0 | 10 | 1000011 | 100111 | 111010 | 110011 | 101001 |
Color Harmonies of #9C9933
Complementary color
Monochromatic Colors of #9C9933
Black with #9C9933
Text Example
Text Example
White with #9C9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9933; }
p { color: rgb(156,153,51); }
H1.HeaderClassName
{
color: #9C9933;
}
.AnyTagClassName
{
color: #9C9933;
}
</style>
background-color css
<style>
a { background-color: #9C9933; }
a { background-color: rgb(156,153,51); }
div.DivClassName
{
background-color: #9C9933;
}
.BgClassName
{
background-color: #9C9933;
}
</style>
border-color css
<style>
span { border-color: #9C9933; }
span { border-color: rgb(156,153,51); }
td.TdClassName
{
border-color: #9C9933;
}
.TagClassName
{
border-color: #9C9933;
}
</style>