Shades of Highball #9DA146
Tints of Highball #9DA146
RGB
CMYK
RGB Variations
Color information
#9DA146 (or 0x9DA146) is known color: Highball. HEX triplet: 9D, A1 and 46. RGB value is (157,161,70). Sum of RGB (Red+Green+Blue) = 157+161+70=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA146 is #625EB9. Grayscale: #959595. Windows color (decimal): -6446778 or 4628893. OLE color: 4628893.
HSL color Cylindrical-coordinate representation of color #9DA146: hue angle of 62.64º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DA146 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 70 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.37 |
| HSL | 62.64º | 0.39% | 0.45% | - |
| HSV(B) | 62.64º | 0.57% | 0.63% | - |
| XYZ | 27.75 | 33.1 | 10.72 | - |
| YUV | 149.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 70 | 0.02 | 0 | 0.57 | 0.37 | 62.64 | 0.39 | 0.45 |
| Hex | 9D | A1 | 46 | 2 | 0 | 39 | 25 | 3F | 27 | 2D |
| Octal | 235 | 241 | 106 | 2 | 0 | 71 | 45 | 77 | 47 | 55 |
| Binary | 10011101 | 10100001 | 1000110 | 10 | 0 | 111001 | 100101 | 111111 | 100111 | 101101 |
Color Harmonies of #9DA146
Complementary color
Monochromatic Colors of #9DA146
Black with #9DA146
Text Example
Text Example
White with #9DA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA146; }
p { color: rgb(157,161,70); }
H1.HeaderClassName
{
color: #9DA146;
}
.AnyTagClassName
{
color: #9DA146;
}
</style>
background-color css
<style>
a { background-color: #9DA146; }
a { background-color: rgb(157,161,70); }
div.DivClassName
{
background-color: #9DA146;
}
.BgClassName
{
background-color: #9DA146;
}
</style>
border-color css
<style>
span { border-color: #9DA146; }
span { border-color: rgb(157,161,70); }
td.TdClassName
{
border-color: #9DA146;
}
.TagClassName
{
border-color: #9DA146;
}
</style>