Shades of Highball #99A142
Tints of Highball #99A142
RGB
CMYK
RGB Variations
Color information
#99A142 (or 0x99A142) is known color: Highball. HEX triplet: 99, A1 and 42. RGB value is (153,161,66). Sum of RGB (Red+Green+Blue) = 153+161+66=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #99A142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A142 is #665EBD. Grayscale: #949494. Windows color (decimal): -6708926 or 4366745. OLE color: 4366745.
HSL color Cylindrical-coordinate representation of color #99A142: hue angle of 65.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99A142 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 66 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.37 |
| HSL | 65.05º | 0.42% | 0.45% | - |
| HSV(B) | 65.05º | 0.59% | 0.63% | - |
| XYZ | 26.87 | 32.66 | 10.04 | - |
| YUV | 147.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 66 | 0.05 | 0 | 0.59 | 0.37 | 65.05 | 0.42 | 0.45 |
| Hex | 99 | A1 | 42 | 5 | 0 | 3B | 25 | 41 | 2A | 2D |
| Octal | 231 | 241 | 102 | 5 | 0 | 73 | 45 | 101 | 52 | 55 |
| Binary | 10011001 | 10100001 | 1000010 | 101 | 0 | 111011 | 100101 | 1000001 | 101010 | 101101 |
Color Harmonies of #99A142
Complementary color
Monochromatic Colors of #99A142
Black with #99A142
Text Example
Text Example
White with #99A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A142; }
p { color: rgb(153,161,66); }
H1.HeaderClassName
{
color: #99A142;
}
.AnyTagClassName
{
color: #99A142;
}
</style>
background-color css
<style>
a { background-color: #99A142; }
a { background-color: rgb(153,161,66); }
div.DivClassName
{
background-color: #99A142;
}
.BgClassName
{
background-color: #99A142;
}
</style>
border-color css
<style>
span { border-color: #99A142; }
span { border-color: rgb(153,161,66); }
td.TdClassName
{
border-color: #99A142;
}
.TagClassName
{
border-color: #99A142;
}
</style>