Shades of Highball #888B45
Tints of Highball #888B45
RGB
CMYK
RGB Variations
Color information
#888B45 (or 0x888B45) is known color: Highball. HEX triplet: 88, 8B and 45. RGB value is (136,139,69). Sum of RGB (Red+Green+Blue) = 136+139+69=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #888B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B45 is #7774BA. Grayscale: #828282. Windows color (decimal): -7828667 or 4557704. OLE color: 4557704.
HSL color Cylindrical-coordinate representation of color #888B45: hue angle of 62.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #888B45 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 69 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.45 |
| HSL | 62.57º | 0.34% | 0.41% | - |
| HSV(B) | 62.57º | 0.5% | 0.55% | - |
| XYZ | 20.46 | 24.13 | 9.21 | - |
| YUV | 130.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 69 | 0.02 | 0 | 0.50 | 0.45 | 62.57 | 0.34 | 0.41 |
| Hex | 88 | 8B | 45 | 2 | 0 | 32 | 2D | 3F | 22 | 29 |
| Octal | 210 | 213 | 105 | 2 | 0 | 62 | 55 | 77 | 42 | 51 |
| Binary | 10001000 | 10001011 | 1000101 | 10 | 0 | 110010 | 101101 | 111111 | 100010 | 101001 |
Color Harmonies of #888B45
Complementary color
Monochromatic Colors of #888B45
Black with #888B45
Text Example
Text Example
White with #888B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B45; }
p { color: rgb(136,139,69); }
H1.HeaderClassName
{
color: #888B45;
}
.AnyTagClassName
{
color: #888B45;
}
</style>
background-color css
<style>
a { background-color: #888B45; }
a { background-color: rgb(136,139,69); }
div.DivClassName
{
background-color: #888B45;
}
.BgClassName
{
background-color: #888B45;
}
</style>
border-color css
<style>
span { border-color: #888B45; }
span { border-color: rgb(136,139,69); }
td.TdClassName
{
border-color: #888B45;
}
.TagClassName
{
border-color: #888B45;
}
</style>