Shades of Highball #9D8E39
Tints of Highball #9D8E39
RGB
CMYK
RGB Variations
Color information
#9D8E39 (or 0x9D8E39) is known color: Highball. HEX triplet: 9D, 8E and 39. RGB value is (157,142,57). Sum of RGB (Red+Green+Blue) = 157+142+57=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8E39 is #6271C6. Grayscale: #898989. Windows color (decimal): -6451655 or 3772061. OLE color: 3772061.
HSL color Cylindrical-coordinate representation of color #9D8E39: hue angle of 51º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D8E39 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 142 | 57 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.38 |
| HSL | 51º | 0.47% | 0.42% | - |
| HSV(B) | 51º | 0.64% | 0.62% | - |
| XYZ | 24.32 | 26.81 | 7.76 | - |
| YUV | 136.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 57 | 0 | 0.10 | 0.64 | 0.38 | 51 | 0.47 | 0.42 |
| Hex | 9D | 8E | 39 | 0 | A | 40 | 26 | 33 | 2F | 2A |
| Octal | 235 | 216 | 71 | 0 | 12 | 100 | 46 | 63 | 57 | 52 |
| Binary | 10011101 | 10001110 | 111001 | 0 | 1010 | 1000000 | 100110 | 110011 | 101111 | 101010 |
Color Harmonies of #9D8E39
Complementary color
Monochromatic Colors of #9D8E39
Black with #9D8E39
Text Example
Text Example
White with #9D8E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8E39; }
p { color: rgb(157,142,57); }
H1.HeaderClassName
{
color: #9D8E39;
}
.AnyTagClassName
{
color: #9D8E39;
}
</style>
background-color css
<style>
a { background-color: #9D8E39; }
a { background-color: rgb(157,142,57); }
div.DivClassName
{
background-color: #9D8E39;
}
.BgClassName
{
background-color: #9D8E39;
}
</style>
border-color css
<style>
span { border-color: #9D8E39; }
span { border-color: rgb(157,142,57); }
td.TdClassName
{
border-color: #9D8E39;
}
.TagClassName
{
border-color: #9D8E39;
}
</style>