Shades of Highball #9B9933
Tints of Highball #9B9933
RGB
CMYK
RGB Variations
Color information
#9B9933 (or 0x9B9933) is known color: Highball. HEX triplet: 9B, 99 and 33. RGB value is (155,153,51). Sum of RGB (Red+Green+Blue) = 155+153+51=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9933 is #6466CC. Grayscale: #8E8E8E. Windows color (decimal): -6579917 or 3381659. OLE color: 3381659.
HSL color Cylindrical-coordinate representation of color #9B9933: hue angle of 58.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B9933 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 51 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.39 |
| HSL | 58.85º | 0.5% | 0.4% | - |
| HSV(B) | 58.85º | 0.67% | 0.61% | - |
| XYZ | 25.51 | 29.99 | 7.58 | - |
| YUV | 141.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 51 | 0 | 0.01 | 0.67 | 0.39 | 58.85 | 0.5 | 0.4 |
| Hex | 9B | 99 | 33 | 0 | 1 | 43 | 27 | 3B | 32 | 28 |
| Octal | 233 | 231 | 63 | 0 | 1 | 103 | 47 | 73 | 62 | 50 |
| Binary | 10011011 | 10011001 | 110011 | 0 | 1 | 1000011 | 100111 | 111011 | 110010 | 101000 |
Color Harmonies of #9B9933
Complementary color
Monochromatic Colors of #9B9933
Black with #9B9933
Text Example
Text Example
White with #9B9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9933; }
p { color: rgb(155,153,51); }
H1.HeaderClassName
{
color: #9B9933;
}
.AnyTagClassName
{
color: #9B9933;
}
</style>
background-color css
<style>
a { background-color: #9B9933; }
a { background-color: rgb(155,153,51); }
div.DivClassName
{
background-color: #9B9933;
}
.BgClassName
{
background-color: #9B9933;
}
</style>
border-color css
<style>
span { border-color: #9B9933; }
span { border-color: rgb(155,153,51); }
td.TdClassName
{
border-color: #9B9933;
}
.TagClassName
{
border-color: #9B9933;
}
</style>