Shades of Highball #99A246
Tints of Highball #99A246
RGB
CMYK
RGB Variations
Color information
#99A246 (or 0x99A246) is known color: Highball. HEX triplet: 99, A2 and 46. RGB value is (153,162,70). Sum of RGB (Red+Green+Blue) = 153+162+70=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #99A246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A246 is #665DB9. Grayscale: #959595. Windows color (decimal): -6708666 or 4629145. OLE color: 4629145.
HSL color Cylindrical-coordinate representation of color #99A246: hue angle of 65.87º 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 #99A246 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 70 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.36 |
| HSL | 65.87º | 0.4% | 0.45% | - |
| HSV(B) | 65.87º | 0.57% | 0.64% | - |
| XYZ | 27.16 | 33.06 | 10.74 | - |
| YUV | 148.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 70 | 0.06 | 0 | 0.57 | 0.36 | 65.87 | 0.4 | 0.45 |
| Hex | 99 | A2 | 46 | 6 | 0 | 39 | 24 | 42 | 28 | 2D |
| Octal | 231 | 242 | 106 | 6 | 0 | 71 | 44 | 102 | 50 | 55 |
| Binary | 10011001 | 10100010 | 1000110 | 110 | 0 | 111001 | 100100 | 1000010 | 101000 | 101101 |
Color Harmonies of #99A246
Complementary color
Monochromatic Colors of #99A246
Black with #99A246
Text Example
Text Example
White with #99A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A246; }
p { color: rgb(153,162,70); }
H1.HeaderClassName
{
color: #99A246;
}
.AnyTagClassName
{
color: #99A246;
}
</style>
background-color css
<style>
a { background-color: #99A246; }
a { background-color: rgb(153,162,70); }
div.DivClassName
{
background-color: #99A246;
}
.BgClassName
{
background-color: #99A246;
}
</style>
border-color css
<style>
span { border-color: #99A246; }
span { border-color: rgb(153,162,70); }
td.TdClassName
{
border-color: #99A246;
}
.TagClassName
{
border-color: #99A246;
}
</style>