Shades of Highball #99A241
Tints of Highball #99A241
RGB
CMYK
RGB Variations
Color information
#99A241 (or 0x99A241) is known color: Highball. HEX triplet: 99, A2 and 41. RGB value is (153,162,65). Sum of RGB (Red+Green+Blue) = 153+162+65=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #99A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A241 is #665DBE. Grayscale: #949494. Windows color (decimal): -6708671 or 4301465. OLE color: 4301465.
HSL color Cylindrical-coordinate representation of color #99A241: hue angle of 65.57º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99A241 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 65 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.36 |
| HSL | 65.57º | 0.43% | 0.45% | - |
| HSV(B) | 65.57º | 0.6% | 0.64% | - |
| XYZ | 27.01 | 32.99 | 9.95 | - |
| YUV | 148.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 65 | 0.06 | 0 | 0.60 | 0.36 | 65.57 | 0.43 | 0.45 |
| Hex | 99 | A2 | 41 | 6 | 0 | 3C | 24 | 42 | 2B | 2D |
| Octal | 231 | 242 | 101 | 6 | 0 | 74 | 44 | 102 | 53 | 55 |
| Binary | 10011001 | 10100010 | 1000001 | 110 | 0 | 111100 | 100100 | 1000010 | 101011 | 101101 |
Color Harmonies of #99A241
Complementary color
Monochromatic Colors of #99A241
Black with #99A241
Text Example
Text Example
White with #99A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A241; }
p { color: rgb(153,162,65); }
H1.HeaderClassName
{
color: #99A241;
}
.AnyTagClassName
{
color: #99A241;
}
</style>
background-color css
<style>
a { background-color: #99A241; }
a { background-color: rgb(153,162,65); }
div.DivClassName
{
background-color: #99A241;
}
.BgClassName
{
background-color: #99A241;
}
</style>
border-color css
<style>
span { border-color: #99A241; }
span { border-color: rgb(153,162,65); }
td.TdClassName
{
border-color: #99A241;
}
.TagClassName
{
border-color: #99A241;
}
</style>