Shades of Highball #9B9939
Tints of Highball #9B9939
RGB
CMYK
RGB Variations
Color information
#9B9939 (or 0x9B9939) is known color: Highball. HEX triplet: 9B, 99 and 39. RGB value is (155,153,57). Sum of RGB (Red+Green+Blue) = 155+153+57=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9939 is #6466C6. Grayscale: #8F8F8F. Windows color (decimal): -6579911 or 3774875. OLE color: 3774875.
HSL color Cylindrical-coordinate representation of color #9B9939: hue angle of 58.78º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B9939 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 57 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.39 |
| HSL | 58.78º | 0.46% | 0.42% | - |
| HSV(B) | 58.78º | 0.63% | 0.61% | - |
| XYZ | 25.65 | 30.05 | 8.32 | - |
| YUV | 142.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 57 | 0 | 0.01 | 0.63 | 0.39 | 58.78 | 0.46 | 0.42 |
| Hex | 9B | 99 | 39 | 0 | 1 | 3F | 27 | 3B | 2E | 2A |
| Octal | 233 | 231 | 71 | 0 | 1 | 77 | 47 | 73 | 56 | 52 |
| Binary | 10011011 | 10011001 | 111001 | 0 | 1 | 111111 | 100111 | 111011 | 101110 | 101010 |
Color Harmonies of #9B9939
Complementary color
Monochromatic Colors of #9B9939
Black with #9B9939
Text Example
Text Example
White with #9B9939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9939; }
p { color: rgb(155,153,57); }
H1.HeaderClassName
{
color: #9B9939;
}
.AnyTagClassName
{
color: #9B9939;
}
</style>
background-color css
<style>
a { background-color: #9B9939; }
a { background-color: rgb(155,153,57); }
div.DivClassName
{
background-color: #9B9939;
}
.BgClassName
{
background-color: #9B9939;
}
</style>
border-color css
<style>
span { border-color: #9B9939; }
span { border-color: rgb(155,153,57); }
td.TdClassName
{
border-color: #9B9939;
}
.TagClassName
{
border-color: #9B9939;
}
</style>