Shades of Highball #98A040
Tints of Highball #98A040
RGB
CMYK
RGB Variations
Color information
#98A040 (or 0x98A040) is known color: Highball. HEX triplet: 98, A0 and 40. RGB value is (152,160,64). Sum of RGB (Red+Green+Blue) = 152+160+64=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #98A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A040 is #675FBF. Grayscale: #939393. Windows color (decimal): -6774720 or 4235416. OLE color: 4235416.
HSL color Cylindrical-coordinate representation of color #98A040: hue angle of 65º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98A040 is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 64 | - |
| CMYK | 0.05 | 0 | 0.6 | 0.37 |
| HSL | 65º | 0.43% | 0.44% | - |
| HSV(B) | 65º | 0.6% | 0.63% | - |
| XYZ | 26.45 | 32.19 | 9.67 | - |
| YUV | 146.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 64 | 0.05 | 0 | 0.6 | 0.37 | 65 | 0.43 | 0.44 |
| Hex | 98 | A0 | 40 | 5 | 0 | 3C | 25 | 41 | 2B | 2C |
| Octal | 230 | 240 | 100 | 5 | 0 | 74 | 45 | 101 | 53 | 54 |
| Binary | 10011000 | 10100000 | 1000000 | 101 | 0 | 111100 | 100101 | 1000001 | 101011 | 101100 |
Color Harmonies of #98A040
Complementary color
Monochromatic Colors of #98A040
Black with #98A040
Text Example
Text Example
White with #98A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A040; }
p { color: rgb(152,160,64); }
H1.HeaderClassName
{
color: #98A040;
}
.AnyTagClassName
{
color: #98A040;
}
</style>
background-color css
<style>
a { background-color: #98A040; }
a { background-color: rgb(152,160,64); }
div.DivClassName
{
background-color: #98A040;
}
.BgClassName
{
background-color: #98A040;
}
</style>
border-color css
<style>
span { border-color: #98A040; }
span { border-color: rgb(152,160,64); }
td.TdClassName
{
border-color: #98A040;
}
.TagClassName
{
border-color: #98A040;
}
</style>