Shades of Highball #9B9240
Tints of Highball #9B9240
RGB
CMYK
RGB Variations
Color information
#9B9240 (or 0x9B9240) is known color: Highball. HEX triplet: 9B, 92 and 40. RGB value is (155,146,64). Sum of RGB (Red+Green+Blue) = 155+146+64=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9240 is #646DBF. Grayscale: #8B8B8B. Windows color (decimal): -6581696 or 4231835. OLE color: 4231835.
HSL color Cylindrical-coordinate representation of color #9B9240: hue angle of 54.07º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B9240 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 64 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.39 |
| HSL | 54.07º | 0.42% | 0.43% | - |
| HSV(B) | 54.07º | 0.59% | 0.61% | - |
| XYZ | 24.72 | 27.9 | 8.93 | - |
| YUV | 139.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 64 | 0 | 0.06 | 0.59 | 0.39 | 54.07 | 0.42 | 0.43 |
| Hex | 9B | 92 | 40 | 0 | 6 | 3B | 27 | 36 | 2A | 2B |
| Octal | 233 | 222 | 100 | 0 | 6 | 73 | 47 | 66 | 52 | 53 |
| Binary | 10011011 | 10010010 | 1000000 | 0 | 110 | 111011 | 100111 | 110110 | 101010 | 101011 |
Color Harmonies of #9B9240
Complementary color
Monochromatic Colors of #9B9240
Black with #9B9240
Text Example
Text Example
White with #9B9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9240; }
p { color: rgb(155,146,64); }
H1.HeaderClassName
{
color: #9B9240;
}
.AnyTagClassName
{
color: #9B9240;
}
</style>
background-color css
<style>
a { background-color: #9B9240; }
a { background-color: rgb(155,146,64); }
div.DivClassName
{
background-color: #9B9240;
}
.BgClassName
{
background-color: #9B9240;
}
</style>
border-color css
<style>
span { border-color: #9B9240; }
span { border-color: rgb(155,146,64); }
td.TdClassName
{
border-color: #9B9240;
}
.TagClassName
{
border-color: #9B9240;
}
</style>