Shades of Highball #9B9131
Tints of Highball #9B9131
RGB
CMYK
RGB Variations
Color information
#9B9131 (or 0x9B9131) is known color: Highball. HEX triplet: 9B, 91 and 31. RGB value is (155,145,49). Sum of RGB (Red+Green+Blue) = 155+145+49=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9131 is #646ECE. Grayscale: #898989. Windows color (decimal): -6581967 or 3248539. OLE color: 3248539.
HSL color Cylindrical-coordinate representation of color #9B9131: hue angle of 54.34º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B9131 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 49 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.39 |
| HSL | 54.34º | 0.52% | 0.4% | - |
| HSV(B) | 54.34º | 0.68% | 0.61% | - |
| XYZ | 24.2 | 27.44 | 6.93 | - |
| YUV | 137.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 49 | 0 | 0.06 | 0.68 | 0.39 | 54.34 | 0.52 | 0.4 |
| Hex | 9B | 91 | 31 | 0 | 6 | 44 | 27 | 36 | 34 | 28 |
| Octal | 233 | 221 | 61 | 0 | 6 | 104 | 47 | 66 | 64 | 50 |
| Binary | 10011011 | 10010001 | 110001 | 0 | 110 | 1000100 | 100111 | 110110 | 110100 | 101000 |
Color Harmonies of #9B9131
Complementary color
Monochromatic Colors of #9B9131
Black with #9B9131
Text Example
Text Example
White with #9B9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9131; }
p { color: rgb(155,145,49); }
H1.HeaderClassName
{
color: #9B9131;
}
.AnyTagClassName
{
color: #9B9131;
}
</style>
background-color css
<style>
a { background-color: #9B9131; }
a { background-color: rgb(155,145,49); }
div.DivClassName
{
background-color: #9B9131;
}
.BgClassName
{
background-color: #9B9131;
}
</style>
border-color css
<style>
span { border-color: #9B9131; }
span { border-color: rgb(155,145,49); }
td.TdClassName
{
border-color: #9B9131;
}
.TagClassName
{
border-color: #9B9131;
}
</style>