Shades of Highball #8B8E48
Tints of Highball #8B8E48
RGB
CMYK
RGB Variations
Color information
#8B8E48 (or 0x8B8E48) is known color: Highball. HEX triplet: 8B, 8E and 48. RGB value is (139,142,72). Sum of RGB (Red+Green+Blue) = 139+142+72=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8E48 is #7471B7. Grayscale: #858585. Windows color (decimal): -7631288 or 4755083. OLE color: 4755083.
HSL color Cylindrical-coordinate representation of color #8B8E48: hue angle of 62.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B8E48 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 72 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.44 |
| HSL | 62.57º | 0.33% | 0.42% | - |
| HSV(B) | 62.57º | 0.49% | 0.56% | - |
| XYZ | 21.49 | 25.3 | 9.88 | - |
| YUV | 133.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 72 | 0.02 | 0 | 0.49 | 0.44 | 62.57 | 0.33 | 0.42 |
| Hex | 8B | 8E | 48 | 2 | 0 | 31 | 2C | 3F | 21 | 2A |
| Octal | 213 | 216 | 110 | 2 | 0 | 61 | 54 | 77 | 41 | 52 |
| Binary | 10001011 | 10001110 | 1001000 | 10 | 0 | 110001 | 101100 | 111111 | 100001 | 101010 |
Color Harmonies of #8B8E48
Complementary color
Monochromatic Colors of #8B8E48
Black with #8B8E48
Text Example
Text Example
White with #8B8E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E48; }
p { color: rgb(139,142,72); }
H1.HeaderClassName
{
color: #8B8E48;
}
.AnyTagClassName
{
color: #8B8E48;
}
</style>
background-color css
<style>
a { background-color: #8B8E48; }
a { background-color: rgb(139,142,72); }
div.DivClassName
{
background-color: #8B8E48;
}
.BgClassName
{
background-color: #8B8E48;
}
</style>
border-color css
<style>
span { border-color: #8B8E48; }
span { border-color: rgb(139,142,72); }
td.TdClassName
{
border-color: #8B8E48;
}
.TagClassName
{
border-color: #8B8E48;
}
</style>