Shades of Highball #9B9346
Tints of Highball #9B9346
RGB
CMYK
RGB Variations
Color information
#9B9346 (or 0x9B9346) is known color: Highball. HEX triplet: 9B, 93 and 46. RGB value is (155,147,70). Sum of RGB (Red+Green+Blue) = 155+147+70=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9346 is #646CB9. Grayscale: #8C8C8C. Windows color (decimal): -6581434 or 4625307. OLE color: 4625307.
HSL color Cylindrical-coordinate representation of color #9B9346: hue angle of 54.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B9346 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 70 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.39 |
| HSL | 54.35º | 0.38% | 0.44% | - |
| HSV(B) | 54.35º | 0.55% | 0.61% | - |
| XYZ | 25.06 | 28.28 | 9.93 | - |
| YUV | 140.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 70 | 0 | 0.05 | 0.55 | 0.39 | 54.35 | 0.38 | 0.44 |
| Hex | 9B | 93 | 46 | 0 | 5 | 37 | 27 | 36 | 26 | 2C |
| Octal | 233 | 223 | 106 | 0 | 5 | 67 | 47 | 66 | 46 | 54 |
| Binary | 10011011 | 10010011 | 1000110 | 0 | 101 | 110111 | 100111 | 110110 | 100110 | 101100 |
Color Harmonies of #9B9346
Complementary color
Monochromatic Colors of #9B9346
Black with #9B9346
Text Example
Text Example
White with #9B9346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9346; }
p { color: rgb(155,147,70); }
H1.HeaderClassName
{
color: #9B9346;
}
.AnyTagClassName
{
color: #9B9346;
}
</style>
background-color css
<style>
a { background-color: #9B9346; }
a { background-color: rgb(155,147,70); }
div.DivClassName
{
background-color: #9B9346;
}
.BgClassName
{
background-color: #9B9346;
}
</style>
border-color css
<style>
span { border-color: #9B9346; }
span { border-color: rgb(155,147,70); }
td.TdClassName
{
border-color: #9B9346;
}
.TagClassName
{
border-color: #9B9346;
}
</style>