Shades of Highball #888B4B
Tints of Highball #888B4B
RGB
CMYK
RGB Variations
Color information
#888B4B (or 0x888B4B) is known color: Highball. HEX triplet: 88, 8B and 4B. RGB value is (136,139,75). Sum of RGB (Red+Green+Blue) = 136+139+75=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #888B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B4B is #7774B4. Grayscale: #838383. Windows color (decimal): -7828661 or 4950920. OLE color: 4950920.
HSL color Cylindrical-coordinate representation of color #888B4B: hue angle of 62.81º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888B4B is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 75 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.45 |
| HSL | 62.81º | 0.3% | 0.42% | - |
| HSV(B) | 62.81º | 0.46% | 0.55% | - |
| XYZ | 20.66 | 24.21 | 10.24 | - |
| YUV | 130.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 75 | 0.02 | 0 | 0.46 | 0.45 | 62.81 | 0.3 | 0.42 |
| Hex | 88 | 8B | 4B | 2 | 0 | 2E | 2D | 3F | 1E | 2A |
| Octal | 210 | 213 | 113 | 2 | 0 | 56 | 55 | 77 | 36 | 52 |
| Binary | 10001000 | 10001011 | 1001011 | 10 | 0 | 101110 | 101101 | 111111 | 11110 | 101010 |
Color Harmonies of #888B4B
Complementary color
Monochromatic Colors of #888B4B
Black with #888B4B
Text Example
Text Example
White with #888B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B4B; }
p { color: rgb(136,139,75); }
H1.HeaderClassName
{
color: #888B4B;
}
.AnyTagClassName
{
color: #888B4B;
}
</style>
background-color css
<style>
a { background-color: #888B4B; }
a { background-color: rgb(136,139,75); }
div.DivClassName
{
background-color: #888B4B;
}
.BgClassName
{
background-color: #888B4B;
}
</style>
border-color css
<style>
span { border-color: #888B4B; }
span { border-color: rgb(136,139,75); }
td.TdClassName
{
border-color: #888B4B;
}
.TagClassName
{
border-color: #888B4B;
}
</style>