Shades of Highball #9B8E39
Tints of Highball #9B8E39
RGB
CMYK
RGB Variations
Color information
#9B8E39 (or 0x9B8E39) is known color: Highball. HEX triplet: 9B, 8E and 39. RGB value is (155,142,57). Sum of RGB (Red+Green+Blue) = 155+142+57=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8E39 is #6471C6. Grayscale: #888888. Windows color (decimal): -6582727 or 3772059. OLE color: 3772059.
HSL color Cylindrical-coordinate representation of color #9B8E39: hue angle of 52.04º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B8E39 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 57 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.39 |
| HSL | 52.04º | 0.46% | 0.42% | - |
| HSV(B) | 52.04º | 0.63% | 0.61% | - |
| XYZ | 23.93 | 26.61 | 7.75 | - |
| YUV | 136.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 57 | 0 | 0.08 | 0.63 | 0.39 | 52.04 | 0.46 | 0.42 |
| Hex | 9B | 8E | 39 | 0 | 8 | 3F | 27 | 34 | 2E | 2A |
| Octal | 233 | 216 | 71 | 0 | 10 | 77 | 47 | 64 | 56 | 52 |
| Binary | 10011011 | 10001110 | 111001 | 0 | 1000 | 111111 | 100111 | 110100 | 101110 | 101010 |
Color Harmonies of #9B8E39
Complementary color
Monochromatic Colors of #9B8E39
Black with #9B8E39
Text Example
Text Example
White with #9B8E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E39; }
p { color: rgb(155,142,57); }
H1.HeaderClassName
{
color: #9B8E39;
}
.AnyTagClassName
{
color: #9B8E39;
}
</style>
background-color css
<style>
a { background-color: #9B8E39; }
a { background-color: rgb(155,142,57); }
div.DivClassName
{
background-color: #9B8E39;
}
.BgClassName
{
background-color: #9B8E39;
}
</style>
border-color css
<style>
span { border-color: #9B8E39; }
span { border-color: rgb(155,142,57); }
td.TdClassName
{
border-color: #9B8E39;
}
.TagClassName
{
border-color: #9B8E39;
}
</style>