Shades of Highball #99A13B
Tints of Highball #99A13B
RGB
CMYK
RGB Variations
Color information
#99A13B (or 0x99A13B) is known color: Highball. HEX triplet: 99, A1 and 3B. RGB value is (153,161,59). Sum of RGB (Red+Green+Blue) = 153+161+59=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #99A13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A13B is #665EC4. Grayscale: #939393. Windows color (decimal): -6708933 or 3907993. OLE color: 3907993.
HSL color Cylindrical-coordinate representation of color #99A13B: hue angle of 64.71º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99A13B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 59 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.37 |
| HSL | 64.71º | 0.46% | 0.43% | - |
| HSV(B) | 64.71º | 0.63% | 0.63% | - |
| XYZ | 26.67 | 32.58 | 9.02 | - |
| YUV | 146.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 59 | 0.05 | 0 | 0.63 | 0.37 | 64.71 | 0.46 | 0.43 |
| Hex | 99 | A1 | 3B | 5 | 0 | 3F | 25 | 41 | 2E | 2B |
| Octal | 231 | 241 | 73 | 5 | 0 | 77 | 45 | 101 | 56 | 53 |
| Binary | 10011001 | 10100001 | 111011 | 101 | 0 | 111111 | 100101 | 1000001 | 101110 | 101011 |
Color Harmonies of #99A13B
Complementary color
Monochromatic Colors of #99A13B
Black with #99A13B
Text Example
Text Example
White with #99A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A13B; }
p { color: rgb(153,161,59); }
H1.HeaderClassName
{
color: #99A13B;
}
.AnyTagClassName
{
color: #99A13B;
}
</style>
background-color css
<style>
a { background-color: #99A13B; }
a { background-color: rgb(153,161,59); }
div.DivClassName
{
background-color: #99A13B;
}
.BgClassName
{
background-color: #99A13B;
}
</style>
border-color css
<style>
span { border-color: #99A13B; }
span { border-color: rgb(153,161,59); }
td.TdClassName
{
border-color: #99A13B;
}
.TagClassName
{
border-color: #99A13B;
}
</style>