Shades of Highball #9B9947
Tints of Highball #9B9947
RGB
CMYK
RGB Variations
Color information
#9B9947 (or 0x9B9947) is known color: Highball. HEX triplet: 9B, 99 and 47. RGB value is (155,153,71). Sum of RGB (Red+Green+Blue) = 155+153+71=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9947 is #6466B8. Grayscale: #909090. Windows color (decimal): -6579897 or 4692379. OLE color: 4692379.
HSL color Cylindrical-coordinate representation of color #9B9947: hue angle of 58.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B9947 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 71 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.39 |
| HSL | 58.57º | 0.37% | 0.44% | - |
| HSV(B) | 58.57º | 0.54% | 0.61% | - |
| XYZ | 26.05 | 30.21 | 10.42 | - |
| YUV | 144.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 71 | 0 | 0.01 | 0.54 | 0.39 | 58.57 | 0.37 | 0.44 |
| Hex | 9B | 99 | 47 | 0 | 1 | 36 | 27 | 3B | 25 | 2C |
| Octal | 233 | 231 | 107 | 0 | 1 | 66 | 47 | 73 | 45 | 54 |
| Binary | 10011011 | 10011001 | 1000111 | 0 | 1 | 110110 | 100111 | 111011 | 100101 | 101100 |
Color Harmonies of #9B9947
Complementary color
Monochromatic Colors of #9B9947
Black with #9B9947
Text Example
Text Example
White with #9B9947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9947; }
p { color: rgb(155,153,71); }
H1.HeaderClassName
{
color: #9B9947;
}
.AnyTagClassName
{
color: #9B9947;
}
</style>
background-color css
<style>
a { background-color: #9B9947; }
a { background-color: rgb(155,153,71); }
div.DivClassName
{
background-color: #9B9947;
}
.BgClassName
{
background-color: #9B9947;
}
</style>
border-color css
<style>
span { border-color: #9B9947; }
span { border-color: rgb(155,153,71); }
td.TdClassName
{
border-color: #9B9947;
}
.TagClassName
{
border-color: #9B9947;
}
</style>