Shades of Highball #9B984B
Tints of Highball #9B984B
RGB
CMYK
RGB Variations
Color information
#9B984B (or 0x9B984B) is known color: Highball. HEX triplet: 9B, 98 and 4B. RGB value is (155,152,75). Sum of RGB (Red+Green+Blue) = 155+152+75=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B984B is #6467B4. Grayscale: #909090. Windows color (decimal): -6580149 or 4954267. OLE color: 4954267.
HSL color Cylindrical-coordinate representation of color #9B984B: hue angle of 57.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B984B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 75 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.39 |
| HSL | 57.75º | 0.35% | 0.45% | - |
| HSV(B) | 57.75º | 0.52% | 0.61% | - |
| XYZ | 26.02 | 29.93 | 11.06 | - |
| YUV | 144.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 75 | 0 | 0.02 | 0.52 | 0.39 | 57.75 | 0.35 | 0.45 |
| Hex | 9B | 98 | 4B | 0 | 2 | 34 | 27 | 3A | 23 | 2D |
| Octal | 233 | 230 | 113 | 0 | 2 | 64 | 47 | 72 | 43 | 55 |
| Binary | 10011011 | 10011000 | 1001011 | 0 | 10 | 110100 | 100111 | 111010 | 100011 | 101101 |
Color Harmonies of #9B984B
Complementary color
Monochromatic Colors of #9B984B
Black with #9B984B
Text Example
Text Example
White with #9B984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B984B; }
p { color: rgb(155,152,75); }
H1.HeaderClassName
{
color: #9B984B;
}
.AnyTagClassName
{
color: #9B984B;
}
</style>
background-color css
<style>
a { background-color: #9B984B; }
a { background-color: rgb(155,152,75); }
div.DivClassName
{
background-color: #9B984B;
}
.BgClassName
{
background-color: #9B984B;
}
</style>
border-color css
<style>
span { border-color: #9B984B; }
span { border-color: rgb(155,152,75); }
td.TdClassName
{
border-color: #9B984B;
}
.TagClassName
{
border-color: #9B984B;
}
</style>