Shades of Highball #9D954A
Tints of Highball #9D954A
RGB
CMYK
RGB Variations
Color information
#9D954A (or 0x9D954A) is known color: Highball. HEX triplet: 9D, 95 and 4A. RGB value is (157,149,74). Sum of RGB (Red+Green+Blue) = 157+149+74=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D954A is #626AB5. Grayscale: #8F8F8F. Windows color (decimal): -6449846 or 4887965. OLE color: 4887965.
HSL color Cylindrical-coordinate representation of color #9D954A: hue angle of 54.22º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D954A is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 74 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.38 |
| HSL | 54.22º | 0.36% | 0.45% | - |
| HSV(B) | 54.22º | 0.53% | 0.62% | - |
| XYZ | 25.89 | 29.16 | 10.74 | - |
| YUV | 142.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 74 | 0 | 0.05 | 0.53 | 0.38 | 54.22 | 0.36 | 0.45 |
| Hex | 9D | 95 | 4A | 0 | 5 | 35 | 26 | 36 | 24 | 2D |
| Octal | 235 | 225 | 112 | 0 | 5 | 65 | 46 | 66 | 44 | 55 |
| Binary | 10011101 | 10010101 | 1001010 | 0 | 101 | 110101 | 100110 | 110110 | 100100 | 101101 |
Color Harmonies of #9D954A
Complementary color
Monochromatic Colors of #9D954A
Black with #9D954A
Text Example
Text Example
White with #9D954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D954A; }
p { color: rgb(157,149,74); }
H1.HeaderClassName
{
color: #9D954A;
}
.AnyTagClassName
{
color: #9D954A;
}
</style>
background-color css
<style>
a { background-color: #9D954A; }
a { background-color: rgb(157,149,74); }
div.DivClassName
{
background-color: #9D954A;
}
.BgClassName
{
background-color: #9D954A;
}
</style>
border-color css
<style>
span { border-color: #9D954A; }
span { border-color: rgb(157,149,74); }
td.TdClassName
{
border-color: #9D954A;
}
.TagClassName
{
border-color: #9D954A;
}
</style>