Shades of Highball #9B9738
Tints of Highball #9B9738
RGB
CMYK
RGB Variations
Color information
#9B9738 (or 0x9B9738) is known color: Highball. HEX triplet: 9B, 97 and 38. RGB value is (155,151,56). Sum of RGB (Red+Green+Blue) = 155+151+56=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9738 is #6468C7. Grayscale: #8D8D8D. Windows color (decimal): -6580424 or 3708827. OLE color: 3708827.
HSL color Cylindrical-coordinate representation of color #9B9738: hue angle of 57.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B9738 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 56 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.39 |
| HSL | 57.58º | 0.47% | 0.41% | - |
| HSV(B) | 57.58º | 0.64% | 0.61% | - |
| XYZ | 25.3 | 29.39 | 8.08 | - |
| YUV | 141.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 56 | 0 | 0.03 | 0.64 | 0.39 | 57.58 | 0.47 | 0.41 |
| Hex | 9B | 97 | 38 | 0 | 3 | 40 | 27 | 3A | 2F | 29 |
| Octal | 233 | 227 | 70 | 0 | 3 | 100 | 47 | 72 | 57 | 51 |
| Binary | 10011011 | 10010111 | 111000 | 0 | 11 | 1000000 | 100111 | 111010 | 101111 | 101001 |
Color Harmonies of #9B9738
Complementary color
Monochromatic Colors of #9B9738
Black with #9B9738
Text Example
Text Example
White with #9B9738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9738; }
p { color: rgb(155,151,56); }
H1.HeaderClassName
{
color: #9B9738;
}
.AnyTagClassName
{
color: #9B9738;
}
</style>
background-color css
<style>
a { background-color: #9B9738; }
a { background-color: rgb(155,151,56); }
div.DivClassName
{
background-color: #9B9738;
}
.BgClassName
{
background-color: #9B9738;
}
</style>
border-color css
<style>
span { border-color: #9B9738; }
span { border-color: rgb(155,151,56); }
td.TdClassName
{
border-color: #9B9738;
}
.TagClassName
{
border-color: #9B9738;
}
</style>