Shades of Highball #9B9232
Tints of Highball #9B9232
RGB
CMYK
RGB Variations
Color information
#9B9232 (or 0x9B9232) is known color: Highball. HEX triplet: 9B, 92 and 32. RGB value is (155,146,50). Sum of RGB (Red+Green+Blue) = 155+146+50=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9232 is #646DCD. Grayscale: #8A8A8A. Windows color (decimal): -6581710 or 3314331. OLE color: 3314331.
HSL color Cylindrical-coordinate representation of color #9B9232: hue angle of 54.86º degrees, saturation: 0.51, 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 #9B9232 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 50 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.39 |
| HSL | 54.86º | 0.51% | 0.4% | - |
| HSV(B) | 54.86º | 0.68% | 0.61% | - |
| XYZ | 24.37 | 27.76 | 7.09 | - |
| YUV | 137.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 50 | 0 | 0.06 | 0.68 | 0.39 | 54.86 | 0.51 | 0.4 |
| Hex | 9B | 92 | 32 | 0 | 6 | 44 | 27 | 37 | 33 | 28 |
| Octal | 233 | 222 | 62 | 0 | 6 | 104 | 47 | 67 | 63 | 50 |
| Binary | 10011011 | 10010010 | 110010 | 0 | 110 | 1000100 | 100111 | 110111 | 110011 | 101000 |
Color Harmonies of #9B9232
Complementary color
Monochromatic Colors of #9B9232
Black with #9B9232
Text Example
Text Example
White with #9B9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9232; }
p { color: rgb(155,146,50); }
H1.HeaderClassName
{
color: #9B9232;
}
.AnyTagClassName
{
color: #9B9232;
}
</style>
background-color css
<style>
a { background-color: #9B9232; }
a { background-color: rgb(155,146,50); }
div.DivClassName
{
background-color: #9B9232;
}
.BgClassName
{
background-color: #9B9232;
}
</style>
border-color css
<style>
span { border-color: #9B9232; }
span { border-color: rgb(155,146,50); }
td.TdClassName
{
border-color: #9B9232;
}
.TagClassName
{
border-color: #9B9232;
}
</style>