Shades of Highball #9C8D49
Tints of Highball #9C8D49
RGB
CMYK
RGB Variations
Color information
#9C8D49 (or 0x9C8D49) is known color: Highball. HEX triplet: 9C, 8D and 49. RGB value is (156,141,73). Sum of RGB (Red+Green+Blue) = 156+141+73=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8D49 is #6372B6. Grayscale: #8A8A8A. Windows color (decimal): -6517431 or 4820380. OLE color: 4820380.
HSL color Cylindrical-coordinate representation of color #9C8D49: hue angle of 49.16º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C8D49 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 73 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.39 |
| HSL | 49.16º | 0.36% | 0.45% | - |
| HSV(B) | 49.16º | 0.53% | 0.61% | - |
| XYZ | 24.44 | 26.6 | 10.15 | - |
| YUV | 137.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 73 | 0 | 0.10 | 0.53 | 0.39 | 49.16 | 0.36 | 0.45 |
| Hex | 9C | 8D | 49 | 0 | A | 35 | 27 | 31 | 24 | 2D |
| Octal | 234 | 215 | 111 | 0 | 12 | 65 | 47 | 61 | 44 | 55 |
| Binary | 10011100 | 10001101 | 1001001 | 0 | 1010 | 110101 | 100111 | 110001 | 100100 | 101101 |
Color Harmonies of #9C8D49
Complementary color
Monochromatic Colors of #9C8D49
Black with #9C8D49
Text Example
Text Example
White with #9C8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D49; }
p { color: rgb(156,141,73); }
H1.HeaderClassName
{
color: #9C8D49;
}
.AnyTagClassName
{
color: #9C8D49;
}
</style>
background-color css
<style>
a { background-color: #9C8D49; }
a { background-color: rgb(156,141,73); }
div.DivClassName
{
background-color: #9C8D49;
}
.BgClassName
{
background-color: #9C8D49;
}
</style>
border-color css
<style>
span { border-color: #9C8D49; }
span { border-color: rgb(156,141,73); }
td.TdClassName
{
border-color: #9C8D49;
}
.TagClassName
{
border-color: #9C8D49;
}
</style>