Shades of Highball #8B8950
Tints of Highball #8B8950
RGB
CMYK
RGB Variations
Color information
#8B8950 (or 0x8B8950) is known color: Highball. HEX triplet: 8B, 89 and 50. RGB value is (139,137,80). Sum of RGB (Red+Green+Blue) = 139+137+80=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8950 is #7476AF. Grayscale: #838383. Windows color (decimal): -7632560 or 5278091. OLE color: 5278091.
HSL color Cylindrical-coordinate representation of color #8B8950: hue angle of 57.97º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B8950 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 80 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.45 |
| HSL | 57.97º | 0.27% | 0.43% | - |
| HSV(B) | 57.97º | 0.42% | 0.55% | - |
| XYZ | 21.04 | 23.96 | 11.11 | - |
| YUV | 131.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 80 | 0 | 0.01 | 0.42 | 0.45 | 57.97 | 0.27 | 0.43 |
| Hex | 8B | 89 | 50 | 0 | 1 | 2A | 2D | 3A | 1B | 2B |
| Octal | 213 | 211 | 120 | 0 | 1 | 52 | 55 | 72 | 33 | 53 |
| Binary | 10001011 | 10001001 | 1010000 | 0 | 1 | 101010 | 101101 | 111010 | 11011 | 101011 |
Color Harmonies of #8B8950
Complementary color
Monochromatic Colors of #8B8950
Black with #8B8950
Text Example
Text Example
White with #8B8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8950; }
p { color: rgb(139,137,80); }
H1.HeaderClassName
{
color: #8B8950;
}
.AnyTagClassName
{
color: #8B8950;
}
</style>
background-color css
<style>
a { background-color: #8B8950; }
a { background-color: rgb(139,137,80); }
div.DivClassName
{
background-color: #8B8950;
}
.BgClassName
{
background-color: #8B8950;
}
</style>
border-color css
<style>
span { border-color: #8B8950; }
span { border-color: rgb(139,137,80); }
td.TdClassName
{
border-color: #8B8950;
}
.TagClassName
{
border-color: #8B8950;
}
</style>