Shades of Highball #9B8A40
Tints of Highball #9B8A40
RGB
CMYK
RGB Variations
Color information
#9B8A40 (or 0x9B8A40) is known color: Highball. HEX triplet: 9B, 8A and 40. RGB value is (155,138,64). Sum of RGB (Red+Green+Blue) = 155+138+64=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A40 is #6475BF. Grayscale: #868686. Windows color (decimal): -6583744 or 4229787. OLE color: 4229787.
HSL color Cylindrical-coordinate representation of color #9B8A40: hue angle of 48.79º 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 #9B8A40 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 64 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.39 |
| HSL | 48.79º | 0.42% | 0.43% | - |
| HSV(B) | 48.79º | 0.59% | 0.61% | - |
| XYZ | 23.53 | 25.52 | 8.54 | - |
| YUV | 134.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 64 | 0 | 0.11 | 0.59 | 0.39 | 48.79 | 0.42 | 0.43 |
| Hex | 9B | 8A | 40 | 0 | B | 3B | 27 | 31 | 2A | 2B |
| Octal | 233 | 212 | 100 | 0 | 13 | 73 | 47 | 61 | 52 | 53 |
| Binary | 10011011 | 10001010 | 1000000 | 0 | 1011 | 111011 | 100111 | 110001 | 101010 | 101011 |
Color Harmonies of #9B8A40
Complementary color
Monochromatic Colors of #9B8A40
Black with #9B8A40
Text Example
Text Example
White with #9B8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A40; }
p { color: rgb(155,138,64); }
H1.HeaderClassName
{
color: #9B8A40;
}
.AnyTagClassName
{
color: #9B8A40;
}
</style>
background-color css
<style>
a { background-color: #9B8A40; }
a { background-color: rgb(155,138,64); }
div.DivClassName
{
background-color: #9B8A40;
}
.BgClassName
{
background-color: #9B8A40;
}
</style>
border-color css
<style>
span { border-color: #9B8A40; }
span { border-color: rgb(155,138,64); }
td.TdClassName
{
border-color: #9B8A40;
}
.TagClassName
{
border-color: #9B8A40;
}
</style>