Shades of Highball #9B9350
Tints of Highball #9B9350
RGB
CMYK
RGB Variations
Color information
#9B9350 (or 0x9B9350) is known color: Highball. HEX triplet: 9B, 93 and 50. RGB value is (155,147,80). Sum of RGB (Red+Green+Blue) = 155+147+80=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9350 is #646CAF. Grayscale: #8E8E8E. Windows color (decimal): -6581424 or 5280667. OLE color: 5280667.
HSL color Cylindrical-coordinate representation of color #9B9350: hue angle of 53.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B9350 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 80 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.39 |
| HSL | 53.6º | 0.32% | 0.46% | - |
| HSV(B) | 53.6º | 0.48% | 0.61% | - |
| XYZ | 25.4 | 28.42 | 11.74 | - |
| YUV | 141.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 80 | 0 | 0.05 | 0.48 | 0.39 | 53.6 | 0.32 | 0.46 |
| Hex | 9B | 93 | 50 | 0 | 5 | 30 | 27 | 36 | 20 | 2E |
| Octal | 233 | 223 | 120 | 0 | 5 | 60 | 47 | 66 | 40 | 56 |
| Binary | 10011011 | 10010011 | 1010000 | 0 | 101 | 110000 | 100111 | 110110 | 100000 | 101110 |
Color Harmonies of #9B9350
Complementary color
Monochromatic Colors of #9B9350
Black with #9B9350
Text Example
Text Example
White with #9B9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9350; }
p { color: rgb(155,147,80); }
H1.HeaderClassName
{
color: #9B9350;
}
.AnyTagClassName
{
color: #9B9350;
}
</style>
background-color css
<style>
a { background-color: #9B9350; }
a { background-color: rgb(155,147,80); }
div.DivClassName
{
background-color: #9B9350;
}
.BgClassName
{
background-color: #9B9350;
}
</style>
border-color css
<style>
span { border-color: #9B9350; }
span { border-color: rgb(155,147,80); }
td.TdClassName
{
border-color: #9B9350;
}
.TagClassName
{
border-color: #9B9350;
}
</style>