Shades of Highball #9BA03D
Tints of Highball #9BA03D
RGB
CMYK
RGB Variations
Color information
#9BA03D (or 0x9BA03D) is known color: Highball. HEX triplet: 9B, A0 and 3D. RGB value is (155,160,61). Sum of RGB (Red+Green+Blue) = 155+160+61=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA03D is #645FC2. Grayscale: #939393. Windows color (decimal): -6578115 or 4038811. OLE color: 4038811.
HSL color Cylindrical-coordinate representation of color #9BA03D: hue angle of 63.03º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BA03D is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 61 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.37 |
| HSL | 63.03º | 0.45% | 0.43% | - |
| HSV(B) | 63.03º | 0.62% | 0.63% | - |
| XYZ | 26.93 | 32.45 | 9.26 | - |
| YUV | 147.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 61 | 0.03 | 0 | 0.62 | 0.37 | 63.03 | 0.45 | 0.43 |
| Hex | 9B | A0 | 3D | 3 | 0 | 3E | 25 | 3F | 2D | 2B |
| Octal | 233 | 240 | 75 | 3 | 0 | 76 | 45 | 77 | 55 | 53 |
| Binary | 10011011 | 10100000 | 111101 | 11 | 0 | 111110 | 100101 | 111111 | 101101 | 101011 |
Color Harmonies of #9BA03D
Complementary color
Monochromatic Colors of #9BA03D
Black with #9BA03D
Text Example
Text Example
White with #9BA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA03D; }
p { color: rgb(155,160,61); }
H1.HeaderClassName
{
color: #9BA03D;
}
.AnyTagClassName
{
color: #9BA03D;
}
</style>
background-color css
<style>
a { background-color: #9BA03D; }
a { background-color: rgb(155,160,61); }
div.DivClassName
{
background-color: #9BA03D;
}
.BgClassName
{
background-color: #9BA03D;
}
</style>
border-color css
<style>
span { border-color: #9BA03D; }
span { border-color: rgb(155,160,61); }
td.TdClassName
{
border-color: #9BA03D;
}
.TagClassName
{
border-color: #9BA03D;
}
</style>