Shades of Highball #9B8936
Tints of Highball #9B8936
RGB
CMYK
RGB Variations
Color information
#9B8936 (or 0x9B8936) is known color: Highball. HEX triplet: 9B, 89 and 36. RGB value is (155,137,54). Sum of RGB (Red+Green+Blue) = 155+137+54=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8936 is #6476C9. Grayscale: #858585. Windows color (decimal): -6584010 or 3574171. OLE color: 3574171.
HSL color Cylindrical-coordinate representation of color #9B8936: hue angle of 49.31º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B8936 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 54 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.39 |
| HSL | 49.31º | 0.48% | 0.41% | - |
| HSV(B) | 49.31º | 0.65% | 0.61% | - |
| XYZ | 23.13 | 25.13 | 7.12 | - |
| YUV | 132.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 54 | 0 | 0.12 | 0.65 | 0.39 | 49.31 | 0.48 | 0.41 |
| Hex | 9B | 89 | 36 | 0 | C | 41 | 27 | 31 | 30 | 29 |
| Octal | 233 | 211 | 66 | 0 | 14 | 101 | 47 | 61 | 60 | 51 |
| Binary | 10011011 | 10001001 | 110110 | 0 | 1100 | 1000001 | 100111 | 110001 | 110000 | 101001 |
Color Harmonies of #9B8936
Complementary color
Monochromatic Colors of #9B8936
Black with #9B8936
Text Example
Text Example
White with #9B8936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8936; }
p { color: rgb(155,137,54); }
H1.HeaderClassName
{
color: #9B8936;
}
.AnyTagClassName
{
color: #9B8936;
}
</style>
background-color css
<style>
a { background-color: #9B8936; }
a { background-color: rgb(155,137,54); }
div.DivClassName
{
background-color: #9B8936;
}
.BgClassName
{
background-color: #9B8936;
}
</style>
border-color css
<style>
span { border-color: #9B8936; }
span { border-color: rgb(155,137,54); }
td.TdClassName
{
border-color: #9B8936;
}
.TagClassName
{
border-color: #9B8936;
}
</style>