Shades of Highball #9B9248
Tints of Highball #9B9248
RGB
CMYK
RGB Variations
Color information
#9B9248 (or 0x9B9248) is known color: Highball. HEX triplet: 9B, 92 and 48. RGB value is (155,146,72). Sum of RGB (Red+Green+Blue) = 155+146+72=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9248 is #646DB7. Grayscale: #8C8C8C. Windows color (decimal): -6581688 or 4756123. OLE color: 4756123.
HSL color Cylindrical-coordinate representation of color #9B9248: hue angle of 53.49º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B9248 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 72 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.39 |
| HSL | 53.49º | 0.37% | 0.45% | - |
| HSV(B) | 53.49º | 0.54% | 0.61% | - |
| XYZ | 24.97 | 27.99 | 10.22 | - |
| YUV | 140.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 72 | 0 | 0.06 | 0.54 | 0.39 | 53.49 | 0.37 | 0.45 |
| Hex | 9B | 92 | 48 | 0 | 6 | 36 | 27 | 35 | 25 | 2D |
| Octal | 233 | 222 | 110 | 0 | 6 | 66 | 47 | 65 | 45 | 55 |
| Binary | 10011011 | 10010010 | 1001000 | 0 | 110 | 110110 | 100111 | 110101 | 100101 | 101101 |
Color Harmonies of #9B9248
Complementary color
Monochromatic Colors of #9B9248
Black with #9B9248
Text Example
Text Example
White with #9B9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9248; }
p { color: rgb(155,146,72); }
H1.HeaderClassName
{
color: #9B9248;
}
.AnyTagClassName
{
color: #9B9248;
}
</style>
background-color css
<style>
a { background-color: #9B9248; }
a { background-color: rgb(155,146,72); }
div.DivClassName
{
background-color: #9B9248;
}
.BgClassName
{
background-color: #9B9248;
}
</style>
border-color css
<style>
span { border-color: #9B9248; }
span { border-color: rgb(155,146,72); }
td.TdClassName
{
border-color: #9B9248;
}
.TagClassName
{
border-color: #9B9248;
}
</style>