Shades of Highball #9D914E
Tints of Highball #9D914E
RGB
CMYK
RGB Variations
Color information
#9D914E (or 0x9D914E) is known color: Highball. HEX triplet: 9D, 91 and 4E. RGB value is (157,145,78). Sum of RGB (Red+Green+Blue) = 157+145+78=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D914E is #626EB1. Grayscale: #8D8D8D. Windows color (decimal): -6450866 or 5149085. OLE color: 5149085.
HSL color Cylindrical-coordinate representation of color #9D914E: hue angle of 50.89º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D914E is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 78 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.38 |
| HSL | 50.89º | 0.34% | 0.46% | - |
| HSV(B) | 50.89º | 0.5% | 0.62% | - |
| XYZ | 25.41 | 27.97 | 11.27 | - |
| YUV | 140.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 78 | 0 | 0.08 | 0.50 | 0.38 | 50.89 | 0.34 | 0.46 |
| Hex | 9D | 91 | 4E | 0 | 8 | 32 | 26 | 33 | 22 | 2E |
| Octal | 235 | 221 | 116 | 0 | 10 | 62 | 46 | 63 | 42 | 56 |
| Binary | 10011101 | 10010001 | 1001110 | 0 | 1000 | 110010 | 100110 | 110011 | 100010 | 101110 |
Color Harmonies of #9D914E
Complementary color
Monochromatic Colors of #9D914E
Black with #9D914E
Text Example
Text Example
White with #9D914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D914E; }
p { color: rgb(157,145,78); }
H1.HeaderClassName
{
color: #9D914E;
}
.AnyTagClassName
{
color: #9D914E;
}
</style>
background-color css
<style>
a { background-color: #9D914E; }
a { background-color: rgb(157,145,78); }
div.DivClassName
{
background-color: #9D914E;
}
.BgClassName
{
background-color: #9D914E;
}
</style>
border-color css
<style>
span { border-color: #9D914E; }
span { border-color: rgb(157,145,78); }
td.TdClassName
{
border-color: #9D914E;
}
.TagClassName
{
border-color: #9D914E;
}
</style>