Shades of Highball #9C8D3A
Tints of Highball #9C8D3A
RGB
CMYK
RGB Variations
Color information
#9C8D3A (or 0x9C8D3A) is known color: Highball. HEX triplet: 9C, 8D and 3A. RGB value is (156,141,58). Sum of RGB (Red+Green+Blue) = 156+141+58=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8D3A is #6372C5. Grayscale: #888888. Windows color (decimal): -6517446 or 3837340. OLE color: 3837340.
HSL color Cylindrical-coordinate representation of color #9C8D3A: hue angle of 50.82º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C8D3A is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 58 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.39 |
| HSL | 50.82º | 0.46% | 0.42% | - |
| HSV(B) | 50.82º | 0.63% | 0.61% | - |
| XYZ | 24 | 26.42 | 7.84 | - |
| YUV | 136.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 58 | 0 | 0.10 | 0.63 | 0.39 | 50.82 | 0.46 | 0.42 |
| Hex | 9C | 8D | 3A | 0 | A | 3F | 27 | 33 | 2E | 2A |
| Octal | 234 | 215 | 72 | 0 | 12 | 77 | 47 | 63 | 56 | 52 |
| Binary | 10011100 | 10001101 | 111010 | 0 | 1010 | 111111 | 100111 | 110011 | 101110 | 101010 |
Color Harmonies of #9C8D3A
Complementary color
Monochromatic Colors of #9C8D3A
Black with #9C8D3A
Text Example
Text Example
White with #9C8D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D3A; }
p { color: rgb(156,141,58); }
H1.HeaderClassName
{
color: #9C8D3A;
}
.AnyTagClassName
{
color: #9C8D3A;
}
</style>
background-color css
<style>
a { background-color: #9C8D3A; }
a { background-color: rgb(156,141,58); }
div.DivClassName
{
background-color: #9C8D3A;
}
.BgClassName
{
background-color: #9C8D3A;
}
</style>
border-color css
<style>
span { border-color: #9C8D3A; }
span { border-color: rgb(156,141,58); }
td.TdClassName
{
border-color: #9C8D3A;
}
.TagClassName
{
border-color: #9C8D3A;
}
</style>