Shades of Highball #9C994C
Tints of Highball #9C994C
RGB
CMYK
RGB Variations
Color information
#9C994C (or 0x9C994C) is known color: Highball. HEX triplet: 9C, 99 and 4C. RGB value is (156,153,76). Sum of RGB (Red+Green+Blue) = 156+153+76=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C994C is #6366B3. Grayscale: #919191. Windows color (decimal): -6514356 or 5020060. OLE color: 5020060.
HSL color Cylindrical-coordinate representation of color #9C994C: hue angle of 57.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C994C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 76 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.39 |
| HSL | 57.75º | 0.34% | 0.45% | - |
| HSV(B) | 57.75º | 0.51% | 0.61% | - |
| XYZ | 26.41 | 30.37 | 11.31 | - |
| YUV | 145.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 76 | 0 | 0.02 | 0.51 | 0.39 | 57.75 | 0.34 | 0.45 |
| Hex | 9C | 99 | 4C | 0 | 2 | 33 | 27 | 3A | 22 | 2D |
| Octal | 234 | 231 | 114 | 0 | 2 | 63 | 47 | 72 | 42 | 55 |
| Binary | 10011100 | 10011001 | 1001100 | 0 | 10 | 110011 | 100111 | 111010 | 100010 | 101101 |
Color Harmonies of #9C994C
Complementary color
Monochromatic Colors of #9C994C
Black with #9C994C
Text Example
Text Example
White with #9C994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C994C; }
p { color: rgb(156,153,76); }
H1.HeaderClassName
{
color: #9C994C;
}
.AnyTagClassName
{
color: #9C994C;
}
</style>
background-color css
<style>
a { background-color: #9C994C; }
a { background-color: rgb(156,153,76); }
div.DivClassName
{
background-color: #9C994C;
}
.BgClassName
{
background-color: #9C994C;
}
</style>
border-color css
<style>
span { border-color: #9C994C; }
span { border-color: rgb(156,153,76); }
td.TdClassName
{
border-color: #9C994C;
}
.TagClassName
{
border-color: #9C994C;
}
</style>