Shades of Bandicoot #868955
Tints of Bandicoot #868955
RGB
CMYK
RGB Variations
Color information
#868955 (or 0x868955) is known color: Bandicoot. HEX triplet: 86, 89 and 55. RGB value is (134,137,85). Sum of RGB (Red+Green+Blue) = 134+137+85=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #868955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868955 is #7976AA. Grayscale: #828282. Windows color (decimal): -7960235 or 5605766. OLE color: 5605766.
HSL color Cylindrical-coordinate representation of color #868955: hue angle of 63.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #868955 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 85 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.46 |
| HSL | 63.46º | 0.23% | 0.44% | - |
| HSV(B) | 63.46º | 0.38% | 0.54% | - |
| XYZ | 20.42 | 23.62 | 12.08 | - |
| YUV | 130.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 85 | 0.02 | 0 | 0.38 | 0.46 | 63.46 | 0.23 | 0.44 |
| Hex | 86 | 89 | 55 | 2 | 0 | 26 | 2E | 3F | 17 | 2C |
| Octal | 206 | 211 | 125 | 2 | 0 | 46 | 56 | 77 | 27 | 54 |
| Binary | 10000110 | 10001001 | 1010101 | 10 | 0 | 100110 | 101110 | 111111 | 10111 | 101100 |
Color Harmonies of #868955
Complementary color
Monochromatic Colors of #868955
Black with #868955
Text Example
Text Example
White with #868955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868955; }
p { color: rgb(134,137,85); }
H1.HeaderClassName
{
color: #868955;
}
.AnyTagClassName
{
color: #868955;
}
</style>
background-color css
<style>
a { background-color: #868955; }
a { background-color: rgb(134,137,85); }
div.DivClassName
{
background-color: #868955;
}
.BgClassName
{
background-color: #868955;
}
</style>
border-color css
<style>
span { border-color: #868955; }
span { border-color: rgb(134,137,85); }
td.TdClassName
{
border-color: #868955;
}
.TagClassName
{
border-color: #868955;
}
</style>