Shades of Bandicoot #868856
Tints of Bandicoot #868856
RGB
CMYK
RGB Variations
Color information
#868856 (or 0x868856) is known color: Bandicoot. HEX triplet: 86, 88 and 56. RGB value is (134,136,86). Sum of RGB (Red+Green+Blue) = 134+136+86=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #868856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868856 is #7977A9. Grayscale: #818181. Windows color (decimal): -7960490 or 5671046. OLE color: 5671046.
HSL color Cylindrical-coordinate representation of color #868856: hue angle of 62.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868856 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 86 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.47 |
| HSL | 62.4º | 0.23% | 0.44% | - |
| HSV(B) | 62.4º | 0.37% | 0.53% | - |
| XYZ | 20.32 | 23.35 | 12.24 | - |
| YUV | 129.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 86 | 0.01 | 0 | 0.37 | 0.47 | 62.4 | 0.23 | 0.44 |
| Hex | 86 | 88 | 56 | 1 | 0 | 25 | 2F | 3E | 17 | 2C |
| Octal | 206 | 210 | 126 | 1 | 0 | 45 | 57 | 76 | 27 | 54 |
| Binary | 10000110 | 10001000 | 1010110 | 1 | 0 | 100101 | 101111 | 111110 | 10111 | 101100 |
Color Harmonies of #868856
Complementary color
Monochromatic Colors of #868856
Black with #868856
Text Example
Text Example
White with #868856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868856; }
p { color: rgb(134,136,86); }
H1.HeaderClassName
{
color: #868856;
}
.AnyTagClassName
{
color: #868856;
}
</style>
background-color css
<style>
a { background-color: #868856; }
a { background-color: rgb(134,136,86); }
div.DivClassName
{
background-color: #868856;
}
.BgClassName
{
background-color: #868856;
}
</style>
border-color css
<style>
span { border-color: #868856; }
span { border-color: rgb(134,136,86); }
td.TdClassName
{
border-color: #868856;
}
.TagClassName
{
border-color: #868856;
}
</style>