Shades of Highball #888B49
Tints of Highball #888B49
RGB
CMYK
RGB Variations
Color information
#888B49 (or 0x888B49) is known color: Highball. HEX triplet: 88, 8B and 49. RGB value is (136,139,73). Sum of RGB (Red+Green+Blue) = 136+139+73=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #888B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B49 is #7774B6. Grayscale: #828282. Windows color (decimal): -7828663 or 4819848. OLE color: 4819848.
HSL color Cylindrical-coordinate representation of color #888B49: hue angle of 62.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #888B49 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 73 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.45 |
| HSL | 62.73º | 0.31% | 0.42% | - |
| HSV(B) | 62.73º | 0.47% | 0.55% | - |
| XYZ | 20.59 | 24.18 | 9.89 | - |
| YUV | 130.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 73 | 0.02 | 0 | 0.47 | 0.45 | 62.73 | 0.31 | 0.42 |
| Hex | 88 | 8B | 49 | 2 | 0 | 2F | 2D | 3F | 1F | 2A |
| Octal | 210 | 213 | 111 | 2 | 0 | 57 | 55 | 77 | 37 | 52 |
| Binary | 10001000 | 10001011 | 1001001 | 10 | 0 | 101111 | 101101 | 111111 | 11111 | 101010 |
Color Harmonies of #888B49
Complementary color
Monochromatic Colors of #888B49
Black with #888B49
Text Example
Text Example
White with #888B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B49; }
p { color: rgb(136,139,73); }
H1.HeaderClassName
{
color: #888B49;
}
.AnyTagClassName
{
color: #888B49;
}
</style>
background-color css
<style>
a { background-color: #888B49; }
a { background-color: rgb(136,139,73); }
div.DivClassName
{
background-color: #888B49;
}
.BgClassName
{
background-color: #888B49;
}
</style>
border-color css
<style>
span { border-color: #888B49; }
span { border-color: rgb(136,139,73); }
td.TdClassName
{
border-color: #888B49;
}
.TagClassName
{
border-color: #888B49;
}
</style>