Shades of Highball #9BA243
Tints of Highball #9BA243
RGB
CMYK
RGB Variations
Color information
#9BA243 (or 0x9BA243) is known color: Highball. HEX triplet: 9B, A2 and 43. RGB value is (155,162,67). Sum of RGB (Red+Green+Blue) = 155+162+67=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA243 is #645DBC. Grayscale: #959595. Windows color (decimal): -6577597 or 4432539. OLE color: 4432539.
HSL color Cylindrical-coordinate representation of color #9BA243: hue angle of 64.42º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BA243 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 67 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.36 |
| HSL | 64.42º | 0.41% | 0.45% | - |
| HSV(B) | 64.42º | 0.59% | 0.64% | - |
| XYZ | 27.45 | 33.21 | 10.27 | - |
| YUV | 149.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 67 | 0.04 | 0 | 0.59 | 0.36 | 64.42 | 0.41 | 0.45 |
| Hex | 9B | A2 | 43 | 4 | 0 | 3B | 24 | 40 | 29 | 2D |
| Octal | 233 | 242 | 103 | 4 | 0 | 73 | 44 | 100 | 51 | 55 |
| Binary | 10011011 | 10100010 | 1000011 | 100 | 0 | 111011 | 100100 | 1000000 | 101001 | 101101 |
Color Harmonies of #9BA243
Complementary color
Monochromatic Colors of #9BA243
Black with #9BA243
Text Example
Text Example
White with #9BA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA243; }
p { color: rgb(155,162,67); }
H1.HeaderClassName
{
color: #9BA243;
}
.AnyTagClassName
{
color: #9BA243;
}
</style>
background-color css
<style>
a { background-color: #9BA243; }
a { background-color: rgb(155,162,67); }
div.DivClassName
{
background-color: #9BA243;
}
.BgClassName
{
background-color: #9BA243;
}
</style>
border-color css
<style>
span { border-color: #9BA243; }
span { border-color: rgb(155,162,67); }
td.TdClassName
{
border-color: #9BA243;
}
.TagClassName
{
border-color: #9BA243;
}
</style>