Shades of Highball #9BA143
Tints of Highball #9BA143
RGB
CMYK
RGB Variations
Color information
#9BA143 (or 0x9BA143) is known color: Highball. HEX triplet: 9B, A1 and 43. RGB value is (155,161,67). Sum of RGB (Red+Green+Blue) = 155+161+67=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA143 is #645EBC. Grayscale: #949494. Windows color (decimal): -6577853 or 4432283. OLE color: 4432283.
HSL color Cylindrical-coordinate representation of color #9BA143: hue angle of 63.83º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BA143 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 67 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.37 |
| HSL | 63.83º | 0.41% | 0.45% | - |
| HSV(B) | 63.83º | 0.58% | 0.63% | - |
| XYZ | 27.28 | 32.86 | 10.22 | - |
| YUV | 148.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 67 | 0.04 | 0 | 0.58 | 0.37 | 63.83 | 0.41 | 0.45 |
| Hex | 9B | A1 | 43 | 4 | 0 | 3A | 25 | 40 | 29 | 2D |
| Octal | 233 | 241 | 103 | 4 | 0 | 72 | 45 | 100 | 51 | 55 |
| Binary | 10011011 | 10100001 | 1000011 | 100 | 0 | 111010 | 100101 | 1000000 | 101001 | 101101 |
Color Harmonies of #9BA143
Complementary color
Monochromatic Colors of #9BA143
Black with #9BA143
Text Example
Text Example
White with #9BA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA143; }
p { color: rgb(155,161,67); }
H1.HeaderClassName
{
color: #9BA143;
}
.AnyTagClassName
{
color: #9BA143;
}
</style>
background-color css
<style>
a { background-color: #9BA143; }
a { background-color: rgb(155,161,67); }
div.DivClassName
{
background-color: #9BA143;
}
.BgClassName
{
background-color: #9BA143;
}
</style>
border-color css
<style>
span { border-color: #9BA143; }
span { border-color: rgb(155,161,67); }
td.TdClassName
{
border-color: #9BA143;
}
.TagClassName
{
border-color: #9BA143;
}
</style>