Shades of Highball #9B8D49
Tints of Highball #9B8D49
RGB
CMYK
RGB Variations
Color information
#9B8D49 (or 0x9B8D49) is known color: Highball. HEX triplet: 9B, 8D and 49. RGB value is (155,141,73). Sum of RGB (Red+Green+Blue) = 155+141+73=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8D49 is #6472B6. Grayscale: #898989. Windows color (decimal): -6582967 or 4820379. OLE color: 4820379.
HSL color Cylindrical-coordinate representation of color #9B8D49: hue angle of 49.76º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B8D49 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 73 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.39 |
| HSL | 49.76º | 0.36% | 0.45% | - |
| HSV(B) | 49.76º | 0.53% | 0.61% | - |
| XYZ | 24.25 | 26.5 | 10.14 | - |
| YUV | 137.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 73 | 0 | 0.09 | 0.53 | 0.39 | 49.76 | 0.36 | 0.45 |
| Hex | 9B | 8D | 49 | 0 | 9 | 35 | 27 | 32 | 24 | 2D |
| Octal | 233 | 215 | 111 | 0 | 11 | 65 | 47 | 62 | 44 | 55 |
| Binary | 10011011 | 10001101 | 1001001 | 0 | 1001 | 110101 | 100111 | 110010 | 100100 | 101101 |
Color Harmonies of #9B8D49
Complementary color
Monochromatic Colors of #9B8D49
Black with #9B8D49
Text Example
Text Example
White with #9B8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D49; }
p { color: rgb(155,141,73); }
H1.HeaderClassName
{
color: #9B8D49;
}
.AnyTagClassName
{
color: #9B8D49;
}
</style>
background-color css
<style>
a { background-color: #9B8D49; }
a { background-color: rgb(155,141,73); }
div.DivClassName
{
background-color: #9B8D49;
}
.BgClassName
{
background-color: #9B8D49;
}
</style>
border-color css
<style>
span { border-color: #9B8D49; }
span { border-color: rgb(155,141,73); }
td.TdClassName
{
border-color: #9B8D49;
}
.TagClassName
{
border-color: #9B8D49;
}
</style>