Shades of Bandicoot #868853
Tints of Bandicoot #868853
RGB
CMYK
RGB Variations
Color information
#868853 (or 0x868853) is known color: Bandicoot. HEX triplet: 86, 88 and 53. RGB value is (134,136,83). Sum of RGB (Red+Green+Blue) = 134+136+83=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #868853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868853 is #7977AC. Grayscale: #818181. Windows color (decimal): -7960493 or 5474438. OLE color: 5474438.
HSL color Cylindrical-coordinate representation of color #868853: hue angle of 62.26º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868853 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 83 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.47 |
| HSL | 62.26º | 0.24% | 0.43% | - |
| HSV(B) | 62.26º | 0.39% | 0.53% | - |
| XYZ | 20.2 | 23.3 | 11.62 | - |
| YUV | 129.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 83 | 0.01 | 0 | 0.39 | 0.47 | 62.26 | 0.24 | 0.43 |
| Hex | 86 | 88 | 53 | 1 | 0 | 27 | 2F | 3E | 18 | 2B |
| Octal | 206 | 210 | 123 | 1 | 0 | 47 | 57 | 76 | 30 | 53 |
| Binary | 10000110 | 10001000 | 1010011 | 1 | 0 | 100111 | 101111 | 111110 | 11000 | 101011 |
Color Harmonies of #868853
Complementary color
Monochromatic Colors of #868853
Black with #868853
Text Example
Text Example
White with #868853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868853; }
p { color: rgb(134,136,83); }
H1.HeaderClassName
{
color: #868853;
}
.AnyTagClassName
{
color: #868853;
}
</style>
background-color css
<style>
a { background-color: #868853; }
a { background-color: rgb(134,136,83); }
div.DivClassName
{
background-color: #868853;
}
.BgClassName
{
background-color: #868853;
}
</style>
border-color css
<style>
span { border-color: #868853; }
span { border-color: rgb(134,136,83); }
td.TdClassName
{
border-color: #868853;
}
.TagClassName
{
border-color: #868853;
}
</style>