Shades of Highball #9BA049
Tints of Highball #9BA049
RGB
CMYK
RGB Variations
Color information
#9BA049 (or 0x9BA049) is known color: Highball. HEX triplet: 9B, A0 and 49. RGB value is (155,160,73). Sum of RGB (Red+Green+Blue) = 155+160+73=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA049 is #645FB6. Grayscale: #949494. Windows color (decimal): -6578103 or 4825243. OLE color: 4825243.
HSL color Cylindrical-coordinate representation of color #9BA049: hue angle of 63.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BA049 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 73 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.37 |
| HSL | 63.45º | 0.37% | 0.46% | - |
| HSV(B) | 63.45º | 0.54% | 0.63% | - |
| XYZ | 27.29 | 32.59 | 11.16 | - |
| YUV | 148.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 73 | 0.03 | 0 | 0.54 | 0.37 | 63.45 | 0.37 | 0.46 |
| Hex | 9B | A0 | 49 | 3 | 0 | 36 | 25 | 3F | 25 | 2E |
| Octal | 233 | 240 | 111 | 3 | 0 | 66 | 45 | 77 | 45 | 56 |
| Binary | 10011011 | 10100000 | 1001001 | 11 | 0 | 110110 | 100101 | 111111 | 100101 | 101110 |
Color Harmonies of #9BA049
Complementary color
Monochromatic Colors of #9BA049
Black with #9BA049
Text Example
Text Example
White with #9BA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA049; }
p { color: rgb(155,160,73); }
H1.HeaderClassName
{
color: #9BA049;
}
.AnyTagClassName
{
color: #9BA049;
}
</style>
background-color css
<style>
a { background-color: #9BA049; }
a { background-color: rgb(155,160,73); }
div.DivClassName
{
background-color: #9BA049;
}
.BgClassName
{
background-color: #9BA049;
}
</style>
border-color css
<style>
span { border-color: #9BA049; }
span { border-color: rgb(155,160,73); }
td.TdClassName
{
border-color: #9BA049;
}
.TagClassName
{
border-color: #9BA049;
}
</style>