Shades of Highball #9B9039
Tints of Highball #9B9039
RGB
CMYK
RGB Variations
Color information
#9B9039 (or 0x9B9039) is known color: Highball. HEX triplet: 9B, 90 and 39. RGB value is (155,144,57). Sum of RGB (Red+Green+Blue) = 155+144+57=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9039 is #646FC6. Grayscale: #898989. Windows color (decimal): -6582215 or 3772571. OLE color: 3772571.
HSL color Cylindrical-coordinate representation of color #9B9039: hue angle of 53.27º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B9039 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 57 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.39 |
| HSL | 53.27º | 0.46% | 0.42% | - |
| HSV(B) | 53.27º | 0.63% | 0.61% | - |
| XYZ | 24.23 | 27.21 | 7.85 | - |
| YUV | 137.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 57 | 0 | 0.07 | 0.63 | 0.39 | 53.27 | 0.46 | 0.42 |
| Hex | 9B | 90 | 39 | 0 | 7 | 3F | 27 | 35 | 2E | 2A |
| Octal | 233 | 220 | 71 | 0 | 7 | 77 | 47 | 65 | 56 | 52 |
| Binary | 10011011 | 10010000 | 111001 | 0 | 111 | 111111 | 100111 | 110101 | 101110 | 101010 |
Color Harmonies of #9B9039
Complementary color
Monochromatic Colors of #9B9039
Black with #9B9039
Text Example
Text Example
White with #9B9039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9039; }
p { color: rgb(155,144,57); }
H1.HeaderClassName
{
color: #9B9039;
}
.AnyTagClassName
{
color: #9B9039;
}
</style>
background-color css
<style>
a { background-color: #9B9039; }
a { background-color: rgb(155,144,57); }
div.DivClassName
{
background-color: #9B9039;
}
.BgClassName
{
background-color: #9B9039;
}
</style>
border-color css
<style>
span { border-color: #9B9039; }
span { border-color: rgb(155,144,57); }
td.TdClassName
{
border-color: #9B9039;
}
.TagClassName
{
border-color: #9B9039;
}
</style>