Shades of Highball #9BA53E
Tints of Highball #9BA53E
RGB
CMYK
RGB Variations
Color information
#9BA53E (or 0x9BA53E) is known color: Highball. HEX triplet: 9B, A5 and 3E. RGB value is (155,165,62). Sum of RGB (Red+Green+Blue) = 155+165+62=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA53E is #645AC1. Grayscale: #969696. Windows color (decimal): -6576834 or 4105627. OLE color: 4105627.
HSL color Cylindrical-coordinate representation of color #9BA53E: hue angle of 65.83º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BA53E is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 62 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.35 |
| HSL | 65.83º | 0.45% | 0.45% | - |
| HSV(B) | 65.83º | 0.62% | 0.65% | - |
| XYZ | 27.84 | 34.23 | 9.7 | - |
| YUV | 150.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 62 | 0.06 | 0 | 0.62 | 0.35 | 65.83 | 0.45 | 0.45 |
| Hex | 9B | A5 | 3E | 6 | 0 | 3E | 23 | 42 | 2D | 2D |
| Octal | 233 | 245 | 76 | 6 | 0 | 76 | 43 | 102 | 55 | 55 |
| Binary | 10011011 | 10100101 | 111110 | 110 | 0 | 111110 | 100011 | 1000010 | 101101 | 101101 |
Color Harmonies of #9BA53E
Complementary color
Monochromatic Colors of #9BA53E
Black with #9BA53E
Text Example
Text Example
White with #9BA53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA53E; }
p { color: rgb(155,165,62); }
H1.HeaderClassName
{
color: #9BA53E;
}
.AnyTagClassName
{
color: #9BA53E;
}
</style>
background-color css
<style>
a { background-color: #9BA53E; }
a { background-color: rgb(155,165,62); }
div.DivClassName
{
background-color: #9BA53E;
}
.BgClassName
{
background-color: #9BA53E;
}
</style>
border-color css
<style>
span { border-color: #9BA53E; }
span { border-color: rgb(155,165,62); }
td.TdClassName
{
border-color: #9BA53E;
}
.TagClassName
{
border-color: #9BA53E;
}
</style>