Shades of Highball #9BA440
Tints of Highball #9BA440
RGB
CMYK
RGB Variations
Color information
#9BA440 (or 0x9BA440) is known color: Highball. HEX triplet: 9B, A4 and 40. RGB value is (155,164,64). Sum of RGB (Red+Green+Blue) = 155+164+64=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA440 is #645BBF. Grayscale: #969696. Windows color (decimal): -6577088 or 4236443. OLE color: 4236443.
HSL color Cylindrical-coordinate representation of color #9BA440: hue angle of 65.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BA440 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 64 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.36 |
| HSL | 65.4º | 0.44% | 0.45% | - |
| HSV(B) | 65.4º | 0.61% | 0.64% | - |
| XYZ | 27.72 | 33.89 | 9.93 | - |
| YUV | 149.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 64 | 0.05 | 0 | 0.61 | 0.36 | 65.4 | 0.44 | 0.45 |
| Hex | 9B | A4 | 40 | 5 | 0 | 3D | 24 | 41 | 2C | 2D |
| Octal | 233 | 244 | 100 | 5 | 0 | 75 | 44 | 101 | 54 | 55 |
| Binary | 10011011 | 10100100 | 1000000 | 101 | 0 | 111101 | 100100 | 1000001 | 101100 | 101101 |
Color Harmonies of #9BA440
Complementary color
Monochromatic Colors of #9BA440
Black with #9BA440
Text Example
Text Example
White with #9BA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA440; }
p { color: rgb(155,164,64); }
H1.HeaderClassName
{
color: #9BA440;
}
.AnyTagClassName
{
color: #9BA440;
}
</style>
background-color css
<style>
a { background-color: #9BA440; }
a { background-color: rgb(155,164,64); }
div.DivClassName
{
background-color: #9BA440;
}
.BgClassName
{
background-color: #9BA440;
}
</style>
border-color css
<style>
span { border-color: #9BA440; }
span { border-color: rgb(155,164,64); }
td.TdClassName
{
border-color: #9BA440;
}
.TagClassName
{
border-color: #9BA440;
}
</style>