Shades of Highball #9D954D
Tints of Highball #9D954D
RGB
CMYK
RGB Variations
Color information
#9D954D (or 0x9D954D) is known color: Highball. HEX triplet: 9D, 95 and 4D. RGB value is (157,149,77). Sum of RGB (Red+Green+Blue) = 157+149+77=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D954D is #626AB2. Grayscale: #8F8F8F. Windows color (decimal): -6449843 or 5084573. OLE color: 5084573.
HSL color Cylindrical-coordinate representation of color #9D954D: hue angle of 54º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D954D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 77 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.38 |
| HSL | 54º | 0.34% | 0.46% | - |
| HSV(B) | 54º | 0.51% | 0.62% | - |
| XYZ | 25.99 | 29.2 | 11.29 | - |
| YUV | 143.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 77 | 0 | 0.05 | 0.51 | 0.38 | 54 | 0.34 | 0.46 |
| Hex | 9D | 95 | 4D | 0 | 5 | 33 | 26 | 36 | 22 | 2E |
| Octal | 235 | 225 | 115 | 0 | 5 | 63 | 46 | 66 | 42 | 56 |
| Binary | 10011101 | 10010101 | 1001101 | 0 | 101 | 110011 | 100110 | 110110 | 100010 | 101110 |
Color Harmonies of #9D954D
Complementary color
Monochromatic Colors of #9D954D
Black with #9D954D
Text Example
Text Example
White with #9D954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D954D; }
p { color: rgb(157,149,77); }
H1.HeaderClassName
{
color: #9D954D;
}
.AnyTagClassName
{
color: #9D954D;
}
</style>
background-color css
<style>
a { background-color: #9D954D; }
a { background-color: rgb(157,149,77); }
div.DivClassName
{
background-color: #9D954D;
}
.BgClassName
{
background-color: #9D954D;
}
</style>
border-color css
<style>
span { border-color: #9D954D; }
span { border-color: rgb(157,149,77); }
td.TdClassName
{
border-color: #9D954D;
}
.TagClassName
{
border-color: #9D954D;
}
</style>