Shades of Highball #9C9A47
Tints of Highball #9C9A47
RGB
CMYK
RGB Variations
Color information
#9C9A47 (or 0x9C9A47) is known color: Highball. HEX triplet: 9C, 9A and 47. RGB value is (156,154,71). Sum of RGB (Red+Green+Blue) = 156+154+71=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9A47 is #6365B8. Grayscale: #919191. Windows color (decimal): -6514105 or 4692636. OLE color: 4692636.
HSL color Cylindrical-coordinate representation of color #9C9A47: hue angle of 58.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C9A47 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 71 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.39 |
| HSL | 58.59º | 0.37% | 0.45% | - |
| HSV(B) | 58.59º | 0.54% | 0.61% | - |
| XYZ | 26.4 | 30.63 | 10.48 | - |
| YUV | 145.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 71 | 0 | 0.01 | 0.54 | 0.39 | 58.59 | 0.37 | 0.45 |
| Hex | 9C | 9A | 47 | 0 | 1 | 36 | 27 | 3B | 25 | 2D |
| Octal | 234 | 232 | 107 | 0 | 1 | 66 | 47 | 73 | 45 | 55 |
| Binary | 10011100 | 10011010 | 1000111 | 0 | 1 | 110110 | 100111 | 111011 | 100101 | 101101 |
Color Harmonies of #9C9A47
Complementary color
Monochromatic Colors of #9C9A47
Black with #9C9A47
Text Example
Text Example
White with #9C9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A47; }
p { color: rgb(156,154,71); }
H1.HeaderClassName
{
color: #9C9A47;
}
.AnyTagClassName
{
color: #9C9A47;
}
</style>
background-color css
<style>
a { background-color: #9C9A47; }
a { background-color: rgb(156,154,71); }
div.DivClassName
{
background-color: #9C9A47;
}
.BgClassName
{
background-color: #9C9A47;
}
</style>
border-color css
<style>
span { border-color: #9C9A47; }
span { border-color: rgb(156,154,71); }
td.TdClassName
{
border-color: #9C9A47;
}
.TagClassName
{
border-color: #9C9A47;
}
</style>