Shades of Highball #99A040
Tints of Highball #99A040
RGB
CMYK
RGB Variations
Color information
#99A040 (or 0x99A040) is known color: Highball. HEX triplet: 99, A0 and 40. RGB value is (153,160,64). Sum of RGB (Red+Green+Blue) = 153+160+64=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #99A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A040 is #665FBF. Grayscale: #939393. Windows color (decimal): -6709184 or 4235417. OLE color: 4235417.
HSL color Cylindrical-coordinate representation of color #99A040: hue angle of 64.38º 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 #99A040 is Cyan = 0.04, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 64 | - |
| CMYK | 0.04 | 0 | 0.6 | 0.37 |
| HSL | 64.38º | 0.43% | 0.44% | - |
| HSV(B) | 64.38º | 0.6% | 0.63% | - |
| XYZ | 26.63 | 32.28 | 9.68 | - |
| YUV | 146.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 64 | 0.04 | 0 | 0.6 | 0.37 | 64.38 | 0.43 | 0.44 |
| Hex | 99 | A0 | 40 | 4 | 0 | 3C | 25 | 40 | 2B | 2C |
| Octal | 231 | 240 | 100 | 4 | 0 | 74 | 45 | 100 | 53 | 54 |
| Binary | 10011001 | 10100000 | 1000000 | 100 | 0 | 111100 | 100101 | 1000000 | 101011 | 101100 |
Color Harmonies of #99A040
Complementary color
Monochromatic Colors of #99A040
Black with #99A040
Text Example
Text Example
White with #99A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A040; }
p { color: rgb(153,160,64); }
H1.HeaderClassName
{
color: #99A040;
}
.AnyTagClassName
{
color: #99A040;
}
</style>
background-color css
<style>
a { background-color: #99A040; }
a { background-color: rgb(153,160,64); }
div.DivClassName
{
background-color: #99A040;
}
.BgClassName
{
background-color: #99A040;
}
</style>
border-color css
<style>
span { border-color: #99A040; }
span { border-color: rgb(153,160,64); }
td.TdClassName
{
border-color: #99A040;
}
.TagClassName
{
border-color: #99A040;
}
</style>