Shades of Bandicoot #888B51
Tints of Bandicoot #888B51
RGB
CMYK
RGB Variations
Color information
#888B51 (or 0x888B51) is known color: Bandicoot. HEX triplet: 88, 8B and 51. RGB value is (136,139,81). Sum of RGB (Red+Green+Blue) = 136+139+81=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #888B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B51 is #7774AE. Grayscale: #838383. Windows color (decimal): -7828655 or 5344136. OLE color: 5344136.
HSL color Cylindrical-coordinate representation of color #888B51: hue angle of 63.1º degrees, saturation: 0.26, 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 #888B51 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 81 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.45 |
| HSL | 63.1º | 0.26% | 0.43% | - |
| HSV(B) | 63.1º | 0.42% | 0.55% | - |
| XYZ | 20.87 | 24.29 | 11.37 | - |
| YUV | 131.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 81 | 0.02 | 0 | 0.42 | 0.45 | 63.1 | 0.26 | 0.43 |
| Hex | 88 | 8B | 51 | 2 | 0 | 2A | 2D | 3F | 1A | 2B |
| Octal | 210 | 213 | 121 | 2 | 0 | 52 | 55 | 77 | 32 | 53 |
| Binary | 10001000 | 10001011 | 1010001 | 10 | 0 | 101010 | 101101 | 111111 | 11010 | 101011 |
Color Harmonies of #888B51
Complementary color
Monochromatic Colors of #888B51
Black with #888B51
Text Example
Text Example
White with #888B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B51; }
p { color: rgb(136,139,81); }
H1.HeaderClassName
{
color: #888B51;
}
.AnyTagClassName
{
color: #888B51;
}
</style>
background-color css
<style>
a { background-color: #888B51; }
a { background-color: rgb(136,139,81); }
div.DivClassName
{
background-color: #888B51;
}
.BgClassName
{
background-color: #888B51;
}
</style>
border-color css
<style>
span { border-color: #888B51; }
span { border-color: rgb(136,139,81); }
td.TdClassName
{
border-color: #888B51;
}
.TagClassName
{
border-color: #888B51;
}
</style>