Shades of Highball #9BA038
Tints of Highball #9BA038
RGB
CMYK
RGB Variations
Color information
#9BA038 (or 0x9BA038) is known color: Highball. HEX triplet: 9B, A0 and 38. RGB value is (155,160,56). Sum of RGB (Red+Green+Blue) = 155+160+56=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA038 is #645FC7. Grayscale: #939393. Windows color (decimal): -6578120 or 3711131. OLE color: 3711131.
HSL color Cylindrical-coordinate representation of color #9BA038: hue angle of 62.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BA038 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 56 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.37 |
| HSL | 62.88º | 0.48% | 0.42% | - |
| HSV(B) | 62.88º | 0.65% | 0.63% | - |
| XYZ | 26.8 | 32.4 | 8.58 | - |
| YUV | 146.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 56 | 0.03 | 0 | 0.65 | 0.37 | 62.88 | 0.48 | 0.42 |
| Hex | 9B | A0 | 38 | 3 | 0 | 41 | 25 | 3F | 30 | 2A |
| Octal | 233 | 240 | 70 | 3 | 0 | 101 | 45 | 77 | 60 | 52 |
| Binary | 10011011 | 10100000 | 111000 | 11 | 0 | 1000001 | 100101 | 111111 | 110000 | 101010 |
Color Harmonies of #9BA038
Complementary color
Monochromatic Colors of #9BA038
Black with #9BA038
Text Example
Text Example
White with #9BA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA038; }
p { color: rgb(155,160,56); }
H1.HeaderClassName
{
color: #9BA038;
}
.AnyTagClassName
{
color: #9BA038;
}
</style>
background-color css
<style>
a { background-color: #9BA038; }
a { background-color: rgb(155,160,56); }
div.DivClassName
{
background-color: #9BA038;
}
.BgClassName
{
background-color: #9BA038;
}
</style>
border-color css
<style>
span { border-color: #9BA038; }
span { border-color: rgb(155,160,56); }
td.TdClassName
{
border-color: #9BA038;
}
.TagClassName
{
border-color: #9BA038;
}
</style>