Shades of Highball #98A346
Tints of Highball #98A346
RGB
CMYK
RGB Variations
Color information
#98A346 (or 0x98A346) is known color: Highball. HEX triplet: 98, A3 and 46. RGB value is (152,163,70). Sum of RGB (Red+Green+Blue) = 152+163+70=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #98A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A346 is #675CB9. Grayscale: #959595. Windows color (decimal): -6773946 or 4629400. OLE color: 4629400.
HSL color Cylindrical-coordinate representation of color #98A346: hue angle of 67.1º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98A346 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 70 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.36 |
| HSL | 67.1º | 0.4% | 0.46% | - |
| HSV(B) | 67.1º | 0.57% | 0.64% | - |
| XYZ | 27.15 | 33.31 | 10.79 | - |
| YUV | 149.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 70 | 0.07 | 0 | 0.57 | 0.36 | 67.1 | 0.4 | 0.46 |
| Hex | 98 | A3 | 46 | 7 | 0 | 39 | 24 | 43 | 28 | 2E |
| Octal | 230 | 243 | 106 | 7 | 0 | 71 | 44 | 103 | 50 | 56 |
| Binary | 10011000 | 10100011 | 1000110 | 111 | 0 | 111001 | 100100 | 1000011 | 101000 | 101110 |
Color Harmonies of #98A346
Complementary color
Monochromatic Colors of #98A346
Black with #98A346
Text Example
Text Example
White with #98A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A346; }
p { color: rgb(152,163,70); }
H1.HeaderClassName
{
color: #98A346;
}
.AnyTagClassName
{
color: #98A346;
}
</style>
background-color css
<style>
a { background-color: #98A346; }
a { background-color: rgb(152,163,70); }
div.DivClassName
{
background-color: #98A346;
}
.BgClassName
{
background-color: #98A346;
}
</style>
border-color css
<style>
span { border-color: #98A346; }
span { border-color: rgb(152,163,70); }
td.TdClassName
{
border-color: #98A346;
}
.TagClassName
{
border-color: #98A346;
}
</style>