Shades of Highball #9B9630
Tints of Highball #9B9630
RGB
CMYK
RGB Variations
Color information
#9B9630 (or 0x9B9630) is known color: Highball. HEX triplet: 9B, 96 and 30. RGB value is (155,150,48). Sum of RGB (Red+Green+Blue) = 155+150+48=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9630 is #6469CF. Grayscale: #8C8C8C. Windows color (decimal): -6580688 or 3184283. OLE color: 3184283.
HSL color Cylindrical-coordinate representation of color #9B9630: hue angle of 57.2º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B9630 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 48 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.39 |
| HSL | 57.2º | 0.53% | 0.4% | - |
| HSV(B) | 57.2º | 0.69% | 0.61% | - |
| XYZ | 24.96 | 28.99 | 7.08 | - |
| YUV | 139.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 48 | 0 | 0.03 | 0.69 | 0.39 | 57.2 | 0.53 | 0.4 |
| Hex | 9B | 96 | 30 | 0 | 3 | 45 | 27 | 39 | 35 | 28 |
| Octal | 233 | 226 | 60 | 0 | 3 | 105 | 47 | 71 | 65 | 50 |
| Binary | 10011011 | 10010110 | 110000 | 0 | 11 | 1000101 | 100111 | 111001 | 110101 | 101000 |
Color Harmonies of #9B9630
Complementary color
Monochromatic Colors of #9B9630
Black with #9B9630
Text Example
Text Example
White with #9B9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9630; }
p { color: rgb(155,150,48); }
H1.HeaderClassName
{
color: #9B9630;
}
.AnyTagClassName
{
color: #9B9630;
}
</style>
background-color css
<style>
a { background-color: #9B9630; }
a { background-color: rgb(155,150,48); }
div.DivClassName
{
background-color: #9B9630;
}
.BgClassName
{
background-color: #9B9630;
}
</style>
border-color css
<style>
span { border-color: #9B9630; }
span { border-color: rgb(155,150,48); }
td.TdClassName
{
border-color: #9B9630;
}
.TagClassName
{
border-color: #9B9630;
}
</style>