Shades of Highball #97A246
Tints of Highball #97A246
RGB
CMYK
RGB Variations
Color information
#97A246 (or 0x97A246) is known color: Highball. HEX triplet: 97, A2 and 46. RGB value is (151,162,70). Sum of RGB (Red+Green+Blue) = 151+162+70=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #97A246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A246 is #685DB9. Grayscale: #949494. Windows color (decimal): -6839738 or 4629143. OLE color: 4629143.
HSL color Cylindrical-coordinate representation of color #97A246: hue angle of 67.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97A246 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 70 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.36 |
| HSL | 67.17º | 0.4% | 0.45% | - |
| HSV(B) | 67.17º | 0.57% | 0.64% | - |
| XYZ | 26.79 | 32.86 | 10.73 | - |
| YUV | 148.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 70 | 0.07 | 0 | 0.57 | 0.36 | 67.17 | 0.4 | 0.45 |
| Hex | 97 | A2 | 46 | 7 | 0 | 39 | 24 | 43 | 28 | 2D |
| Octal | 227 | 242 | 106 | 7 | 0 | 71 | 44 | 103 | 50 | 55 |
| Binary | 10010111 | 10100010 | 1000110 | 111 | 0 | 111001 | 100100 | 1000011 | 101000 | 101101 |
Color Harmonies of #97A246
Complementary color
Monochromatic Colors of #97A246
Black with #97A246
Text Example
Text Example
White with #97A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A246; }
p { color: rgb(151,162,70); }
H1.HeaderClassName
{
color: #97A246;
}
.AnyTagClassName
{
color: #97A246;
}
</style>
background-color css
<style>
a { background-color: #97A246; }
a { background-color: rgb(151,162,70); }
div.DivClassName
{
background-color: #97A246;
}
.BgClassName
{
background-color: #97A246;
}
</style>
border-color css
<style>
span { border-color: #97A246; }
span { border-color: rgb(151,162,70); }
td.TdClassName
{
border-color: #97A246;
}
.TagClassName
{
border-color: #97A246;
}
</style>