Shades of Highball #99A03F
Tints of Highball #99A03F
RGB
CMYK
RGB Variations
Color information
#99A03F (or 0x99A03F) is known color: Highball. HEX triplet: 99, A0 and 3F. RGB value is (153,160,63). Sum of RGB (Red+Green+Blue) = 153+160+63=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #99A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A03F is #665FC0. Grayscale: #939393. Windows color (decimal): -6709185 or 4169881. OLE color: 4169881.
HSL color Cylindrical-coordinate representation of color #99A03F: hue angle of 64.33º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99A03F is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 63 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.37 |
| HSL | 64.33º | 0.43% | 0.44% | - |
| HSV(B) | 64.33º | 0.61% | 0.63% | - |
| XYZ | 26.6 | 32.27 | 9.53 | - |
| YUV | 146.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 63 | 0.04 | 0 | 0.61 | 0.37 | 64.33 | 0.43 | 0.44 |
| Hex | 99 | A0 | 3F | 4 | 0 | 3D | 25 | 40 | 2B | 2C |
| Octal | 231 | 240 | 77 | 4 | 0 | 75 | 45 | 100 | 53 | 54 |
| Binary | 10011001 | 10100000 | 111111 | 100 | 0 | 111101 | 100101 | 1000000 | 101011 | 101100 |
Color Harmonies of #99A03F
Complementary color
Monochromatic Colors of #99A03F
Black with #99A03F
Text Example
Text Example
White with #99A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A03F; }
p { color: rgb(153,160,63); }
H1.HeaderClassName
{
color: #99A03F;
}
.AnyTagClassName
{
color: #99A03F;
}
</style>
background-color css
<style>
a { background-color: #99A03F; }
a { background-color: rgb(153,160,63); }
div.DivClassName
{
background-color: #99A03F;
}
.BgClassName
{
background-color: #99A03F;
}
</style>
border-color css
<style>
span { border-color: #99A03F; }
span { border-color: rgb(153,160,63); }
td.TdClassName
{
border-color: #99A03F;
}
.TagClassName
{
border-color: #99A03F;
}
</style>