Shades of Highball #99A445
Tints of Highball #99A445
RGB
CMYK
RGB Variations
Color information
#99A445 (or 0x99A445) is known color: Highball. HEX triplet: 99, A4 and 45. RGB value is (153,164,69). Sum of RGB (Red+Green+Blue) = 153+164+69=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #99A445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A445 is #665BBA. Grayscale: #969696. Windows color (decimal): -6708155 or 4564121. OLE color: 4564121.
HSL color Cylindrical-coordinate representation of color #99A445: hue angle of 66.95º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99A445 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 69 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.36 |
| HSL | 66.95º | 0.41% | 0.46% | - |
| HSV(B) | 66.95º | 0.58% | 0.64% | - |
| XYZ | 27.49 | 33.75 | 10.7 | - |
| YUV | 149.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 69 | 0.07 | 0 | 0.58 | 0.36 | 66.95 | 0.41 | 0.46 |
| Hex | 99 | A4 | 45 | 7 | 0 | 3A | 24 | 43 | 29 | 2E |
| Octal | 231 | 244 | 105 | 7 | 0 | 72 | 44 | 103 | 51 | 56 |
| Binary | 10011001 | 10100100 | 1000101 | 111 | 0 | 111010 | 100100 | 1000011 | 101001 | 101110 |
Color Harmonies of #99A445
Complementary color
Monochromatic Colors of #99A445
Black with #99A445
Text Example
Text Example
White with #99A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A445; }
p { color: rgb(153,164,69); }
H1.HeaderClassName
{
color: #99A445;
}
.AnyTagClassName
{
color: #99A445;
}
</style>
background-color css
<style>
a { background-color: #99A445; }
a { background-color: rgb(153,164,69); }
div.DivClassName
{
background-color: #99A445;
}
.BgClassName
{
background-color: #99A445;
}
</style>
border-color css
<style>
span { border-color: #99A445; }
span { border-color: rgb(153,164,69); }
td.TdClassName
{
border-color: #99A445;
}
.TagClassName
{
border-color: #99A445;
}
</style>