Shades of Highball #9D9C4E
Tints of Highball #9D9C4E
RGB
CMYK
RGB Variations
Color information
#9D9C4E (or 0x9D9C4E) is known color: Highball. HEX triplet: 9D, 9C and 4E. RGB value is (157,156,78). Sum of RGB (Red+Green+Blue) = 157+156+78=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9C4E is #6263B1. Grayscale: #939393. Windows color (decimal): -6448050 or 5151901. OLE color: 5151901.
HSL color Cylindrical-coordinate representation of color #9D9C4E: hue angle of 59.24º 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 #9D9C4E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 156 | 78 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.38 |
| HSL | 59.24º | 0.34% | 0.46% | - |
| HSV(B) | 59.24º | 0.5% | 0.62% | - |
| XYZ | 27.17 | 31.5 | 11.85 | - |
| YUV | 147.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 78 | 0 | 0.01 | 0.50 | 0.38 | 59.24 | 0.34 | 0.46 |
| Hex | 9D | 9C | 4E | 0 | 1 | 32 | 26 | 3B | 22 | 2E |
| Octal | 235 | 234 | 116 | 0 | 1 | 62 | 46 | 73 | 42 | 56 |
| Binary | 10011101 | 10011100 | 1001110 | 0 | 1 | 110010 | 100110 | 111011 | 100010 | 101110 |
Color Harmonies of #9D9C4E
Complementary color
Monochromatic Colors of #9D9C4E
Black with #9D9C4E
Text Example
Text Example
White with #9D9C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9C4E; }
p { color: rgb(157,156,78); }
H1.HeaderClassName
{
color: #9D9C4E;
}
.AnyTagClassName
{
color: #9D9C4E;
}
</style>
background-color css
<style>
a { background-color: #9D9C4E; }
a { background-color: rgb(157,156,78); }
div.DivClassName
{
background-color: #9D9C4E;
}
.BgClassName
{
background-color: #9D9C4E;
}
</style>
border-color css
<style>
span { border-color: #9D9C4E; }
span { border-color: rgb(157,156,78); }
td.TdClassName
{
border-color: #9D9C4E;
}
.TagClassName
{
border-color: #9D9C4E;
}
</style>