Shades of Highball #9BA137
Tints of Highball #9BA137
RGB
CMYK
RGB Variations
Color information
#9BA137 (or 0x9BA137) is known color: Highball. HEX triplet: 9B, A1 and 37. RGB value is (155,161,55). Sum of RGB (Red+Green+Blue) = 155+161+55=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA137 is #645EC8. Grayscale: #939393. Windows color (decimal): -6577865 or 3645851. OLE color: 3645851.
HSL color Cylindrical-coordinate representation of color #9BA137: hue angle of 63.4º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BA137 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 55 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.37 |
| HSL | 63.4º | 0.49% | 0.42% | - |
| HSV(B) | 63.4º | 0.66% | 0.63% | - |
| XYZ | 26.95 | 32.73 | 8.51 | - |
| YUV | 147.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 55 | 0.04 | 0 | 0.66 | 0.37 | 63.4 | 0.49 | 0.42 |
| Hex | 9B | A1 | 37 | 4 | 0 | 42 | 25 | 3F | 31 | 2A |
| Octal | 233 | 241 | 67 | 4 | 0 | 102 | 45 | 77 | 61 | 52 |
| Binary | 10011011 | 10100001 | 110111 | 100 | 0 | 1000010 | 100101 | 111111 | 110001 | 101010 |
Color Harmonies of #9BA137
Complementary color
Monochromatic Colors of #9BA137
Black with #9BA137
Text Example
Text Example
White with #9BA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA137; }
p { color: rgb(155,161,55); }
H1.HeaderClassName
{
color: #9BA137;
}
.AnyTagClassName
{
color: #9BA137;
}
</style>
background-color css
<style>
a { background-color: #9BA137; }
a { background-color: rgb(155,161,55); }
div.DivClassName
{
background-color: #9BA137;
}
.BgClassName
{
background-color: #9BA137;
}
</style>
border-color css
<style>
span { border-color: #9BA137; }
span { border-color: rgb(155,161,55); }
td.TdClassName
{
border-color: #9BA137;
}
.TagClassName
{
border-color: #9BA137;
}
</style>