Shades of Bandicoot #888754
Tints of Bandicoot #888754
RGB
CMYK
RGB Variations
Color information
#888754 (or 0x888754) is known color: Bandicoot. HEX triplet: 88, 87 and 54. RGB value is (136,135,84). Sum of RGB (Red+Green+Blue) = 136+135+84=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #888754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888754 is #7778AB. Grayscale: #818181. Windows color (decimal): -7829676 or 5539720. OLE color: 5539720.
HSL color Cylindrical-coordinate representation of color #888754: hue angle of 58.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888754 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 84 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.47 |
| HSL | 58.85º | 0.24% | 0.43% | - |
| HSV(B) | 58.85º | 0.38% | 0.53% | - |
| XYZ | 20.42 | 23.2 | 11.79 | - |
| YUV | 129.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 84 | 0 | 0.01 | 0.38 | 0.47 | 58.85 | 0.24 | 0.43 |
| Hex | 88 | 87 | 54 | 0 | 1 | 26 | 2F | 3B | 18 | 2B |
| Octal | 210 | 207 | 124 | 0 | 1 | 46 | 57 | 73 | 30 | 53 |
| Binary | 10001000 | 10000111 | 1010100 | 0 | 1 | 100110 | 101111 | 111011 | 11000 | 101011 |
Color Harmonies of #888754
Complementary color
Monochromatic Colors of #888754
Black with #888754
Text Example
Text Example
White with #888754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888754; }
p { color: rgb(136,135,84); }
H1.HeaderClassName
{
color: #888754;
}
.AnyTagClassName
{
color: #888754;
}
</style>
background-color css
<style>
a { background-color: #888754; }
a { background-color: rgb(136,135,84); }
div.DivClassName
{
background-color: #888754;
}
.BgClassName
{
background-color: #888754;
}
</style>
border-color css
<style>
span { border-color: #888754; }
span { border-color: rgb(136,135,84); }
td.TdClassName
{
border-color: #888754;
}
.TagClassName
{
border-color: #888754;
}
</style>