Shades of Highball #9B924D
Tints of Highball #9B924D
RGB
CMYK
RGB Variations
Color information
#9B924D (or 0x9B924D) is known color: Highball. HEX triplet: 9B, 92 and 4D. RGB value is (155,146,77). Sum of RGB (Red+Green+Blue) = 155+146+77=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B924D is #646DB2. Grayscale: #8D8D8D. Windows color (decimal): -6581683 or 5083803. OLE color: 5083803.
HSL color Cylindrical-coordinate representation of color #9B924D: hue angle of 53.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B924D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 77 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.39 |
| HSL | 53.08º | 0.34% | 0.45% | - |
| HSV(B) | 53.08º | 0.5% | 0.61% | - |
| XYZ | 25.14 | 28.06 | 11.11 | - |
| YUV | 140.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 77 | 0 | 0.06 | 0.50 | 0.39 | 53.08 | 0.34 | 0.45 |
| Hex | 9B | 92 | 4D | 0 | 6 | 32 | 27 | 35 | 22 | 2D |
| Octal | 233 | 222 | 115 | 0 | 6 | 62 | 47 | 65 | 42 | 55 |
| Binary | 10011011 | 10010010 | 1001101 | 0 | 110 | 110010 | 100111 | 110101 | 100010 | 101101 |
Color Harmonies of #9B924D
Complementary color
Monochromatic Colors of #9B924D
Black with #9B924D
Text Example
Text Example
White with #9B924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B924D; }
p { color: rgb(155,146,77); }
H1.HeaderClassName
{
color: #9B924D;
}
.AnyTagClassName
{
color: #9B924D;
}
</style>
background-color css
<style>
a { background-color: #9B924D; }
a { background-color: rgb(155,146,77); }
div.DivClassName
{
background-color: #9B924D;
}
.BgClassName
{
background-color: #9B924D;
}
</style>
border-color css
<style>
span { border-color: #9B924D; }
span { border-color: rgb(155,146,77); }
td.TdClassName
{
border-color: #9B924D;
}
.TagClassName
{
border-color: #9B924D;
}
</style>