Shades of Highball #9DA041
Tints of Highball #9DA041
RGB
CMYK
RGB Variations
Color information
#9DA041 (or 0x9DA041) is known color: Highball. HEX triplet: 9D, A0 and 41. RGB value is (157,160,65). Sum of RGB (Red+Green+Blue) = 157+160+65=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA041 is #625FBE. Grayscale: #949494. Windows color (decimal): -6447039 or 4300957. OLE color: 4300957.
HSL color Cylindrical-coordinate representation of color #9DA041: hue angle of 61.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DA041 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 65 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.37 |
| HSL | 61.89º | 0.42% | 0.44% | - |
| HSV(B) | 61.89º | 0.59% | 0.63% | - |
| XYZ | 27.43 | 32.69 | 9.87 | - |
| YUV | 148.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 65 | 0.02 | 0 | 0.59 | 0.37 | 61.89 | 0.42 | 0.44 |
| Hex | 9D | A0 | 41 | 2 | 0 | 3B | 25 | 3E | 2A | 2C |
| Octal | 235 | 240 | 101 | 2 | 0 | 73 | 45 | 76 | 52 | 54 |
| Binary | 10011101 | 10100000 | 1000001 | 10 | 0 | 111011 | 100101 | 111110 | 101010 | 101100 |
Color Harmonies of #9DA041
Complementary color
Monochromatic Colors of #9DA041
Black with #9DA041
Text Example
Text Example
White with #9DA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA041; }
p { color: rgb(157,160,65); }
H1.HeaderClassName
{
color: #9DA041;
}
.AnyTagClassName
{
color: #9DA041;
}
</style>
background-color css
<style>
a { background-color: #9DA041; }
a { background-color: rgb(157,160,65); }
div.DivClassName
{
background-color: #9DA041;
}
.BgClassName
{
background-color: #9DA041;
}
</style>
border-color css
<style>
span { border-color: #9DA041; }
span { border-color: rgb(157,160,65); }
td.TdClassName
{
border-color: #9DA041;
}
.TagClassName
{
border-color: #9DA041;
}
</style>