Shades of Highball #9C8E40
Tints of Highball #9C8E40
RGB
CMYK
RGB Variations
Color information
#9C8E40 (or 0x9C8E40) is known color: Highball. HEX triplet: 9C, 8E and 40. RGB value is (156,142,64). Sum of RGB (Red+Green+Blue) = 156+142+64=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8E40 is #6371BF. Grayscale: #898989. Windows color (decimal): -6517184 or 4230812. OLE color: 4230812.
HSL color Cylindrical-coordinate representation of color #9C8E40: hue angle of 50.87º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C8E40 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 64 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.39 |
| HSL | 50.87º | 0.42% | 0.43% | - |
| HSV(B) | 50.87º | 0.59% | 0.61% | - |
| XYZ | 24.31 | 26.78 | 8.74 | - |
| YUV | 137.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 64 | 0 | 0.09 | 0.59 | 0.39 | 50.87 | 0.42 | 0.43 |
| Hex | 9C | 8E | 40 | 0 | 9 | 3B | 27 | 33 | 2A | 2B |
| Octal | 234 | 216 | 100 | 0 | 11 | 73 | 47 | 63 | 52 | 53 |
| Binary | 10011100 | 10001110 | 1000000 | 0 | 1001 | 111011 | 100111 | 110011 | 101010 | 101011 |
Color Harmonies of #9C8E40
Complementary color
Monochromatic Colors of #9C8E40
Black with #9C8E40
Text Example
Text Example
White with #9C8E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E40; }
p { color: rgb(156,142,64); }
H1.HeaderClassName
{
color: #9C8E40;
}
.AnyTagClassName
{
color: #9C8E40;
}
</style>
background-color css
<style>
a { background-color: #9C8E40; }
a { background-color: rgb(156,142,64); }
div.DivClassName
{
background-color: #9C8E40;
}
.BgClassName
{
background-color: #9C8E40;
}
</style>
border-color css
<style>
span { border-color: #9C8E40; }
span { border-color: rgb(156,142,64); }
td.TdClassName
{
border-color: #9C8E40;
}
.TagClassName
{
border-color: #9C8E40;
}
</style>