Shades of Highball #9B9832
Tints of Highball #9B9832
RGB
CMYK
RGB Variations
Color information
#9B9832 (or 0x9B9832) is known color: Highball. HEX triplet: 9B, 98 and 32. RGB value is (155,152,50). Sum of RGB (Red+Green+Blue) = 155+152+50=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9832 is #6467CD. Grayscale: #8D8D8D. Windows color (decimal): -6580174 or 3315867. OLE color: 3315867.
HSL color Cylindrical-coordinate representation of color #9B9832: hue angle of 58.29º 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 #9B9832 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 50 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.39 |
| HSL | 58.29º | 0.51% | 0.4% | - |
| HSV(B) | 58.29º | 0.68% | 0.61% | - |
| XYZ | 25.32 | 29.66 | 7.41 | - |
| YUV | 141.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 50 | 0 | 0.02 | 0.68 | 0.39 | 58.29 | 0.51 | 0.4 |
| Hex | 9B | 98 | 32 | 0 | 2 | 44 | 27 | 3A | 33 | 28 |
| Octal | 233 | 230 | 62 | 0 | 2 | 104 | 47 | 72 | 63 | 50 |
| Binary | 10011011 | 10011000 | 110010 | 0 | 10 | 1000100 | 100111 | 111010 | 110011 | 101000 |
Color Harmonies of #9B9832
Complementary color
Monochromatic Colors of #9B9832
Black with #9B9832
Text Example
Text Example
White with #9B9832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9832; }
p { color: rgb(155,152,50); }
H1.HeaderClassName
{
color: #9B9832;
}
.AnyTagClassName
{
color: #9B9832;
}
</style>
background-color css
<style>
a { background-color: #9B9832; }
a { background-color: rgb(155,152,50); }
div.DivClassName
{
background-color: #9B9832;
}
.BgClassName
{
background-color: #9B9832;
}
</style>
border-color css
<style>
span { border-color: #9B9832; }
span { border-color: rgb(155,152,50); }
td.TdClassName
{
border-color: #9B9832;
}
.TagClassName
{
border-color: #9B9832;
}
</style>