Shades of Highball #9C8E37
Tints of Highball #9C8E37
RGB
CMYK
RGB Variations
Color information
#9C8E37 (or 0x9C8E37) is known color: Highball. HEX triplet: 9C, 8E and 37. RGB value is (156,142,55). Sum of RGB (Red+Green+Blue) = 156+142+55=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8E37 is #6371C8. Grayscale: #888888. Windows color (decimal): -6517193 or 3640988. OLE color: 3640988.
HSL color Cylindrical-coordinate representation of color #9C8E37: hue angle of 51.68º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C8E37 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 55 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.39 |
| HSL | 51.68º | 0.48% | 0.41% | - |
| HSV(B) | 51.68º | 0.65% | 0.61% | - |
| XYZ | 24.07 | 26.69 | 7.5 | - |
| YUV | 136.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 55 | 0 | 0.09 | 0.65 | 0.39 | 51.68 | 0.48 | 0.41 |
| Hex | 9C | 8E | 37 | 0 | 9 | 41 | 27 | 34 | 30 | 29 |
| Octal | 234 | 216 | 67 | 0 | 11 | 101 | 47 | 64 | 60 | 51 |
| Binary | 10011100 | 10001110 | 110111 | 0 | 1001 | 1000001 | 100111 | 110100 | 110000 | 101001 |
Color Harmonies of #9C8E37
Complementary color
Monochromatic Colors of #9C8E37
Black with #9C8E37
Text Example
Text Example
White with #9C8E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E37; }
p { color: rgb(156,142,55); }
H1.HeaderClassName
{
color: #9C8E37;
}
.AnyTagClassName
{
color: #9C8E37;
}
</style>
background-color css
<style>
a { background-color: #9C8E37; }
a { background-color: rgb(156,142,55); }
div.DivClassName
{
background-color: #9C8E37;
}
.BgClassName
{
background-color: #9C8E37;
}
</style>
border-color css
<style>
span { border-color: #9C8E37; }
span { border-color: rgb(156,142,55); }
td.TdClassName
{
border-color: #9C8E37;
}
.TagClassName
{
border-color: #9C8E37;
}
</style>