Shades of Bandicoot #868A55
Tints of Bandicoot #868A55
RGB
CMYK
RGB Variations
Color information
#868A55 (or 0x868A55) is known color: Bandicoot. HEX triplet: 86, 8A and 55. RGB value is (134,138,85). Sum of RGB (Red+Green+Blue) = 134+138+85=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #868A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A55 is #7975AA. Grayscale: #828282. Windows color (decimal): -7959979 or 5606022. OLE color: 5606022.
HSL color Cylindrical-coordinate representation of color #868A55: hue angle of 64.53º degrees, saturation: 0.24, 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 #868A55 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 85 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.46 |
| HSL | 64.53º | 0.24% | 0.44% | - |
| HSV(B) | 64.53º | 0.38% | 0.54% | - |
| XYZ | 20.56 | 23.9 | 12.12 | - |
| YUV | 130.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 85 | 0.03 | 0 | 0.38 | 0.46 | 64.53 | 0.24 | 0.44 |
| Hex | 86 | 8A | 55 | 3 | 0 | 26 | 2E | 41 | 18 | 2C |
| Octal | 206 | 212 | 125 | 3 | 0 | 46 | 56 | 101 | 30 | 54 |
| Binary | 10000110 | 10001010 | 1010101 | 11 | 0 | 100110 | 101110 | 1000001 | 11000 | 101100 |
Color Harmonies of #868A55
Complementary color
Monochromatic Colors of #868A55
Black with #868A55
Text Example
Text Example
White with #868A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A55; }
p { color: rgb(134,138,85); }
H1.HeaderClassName
{
color: #868A55;
}
.AnyTagClassName
{
color: #868A55;
}
</style>
background-color css
<style>
a { background-color: #868A55; }
a { background-color: rgb(134,138,85); }
div.DivClassName
{
background-color: #868A55;
}
.BgClassName
{
background-color: #868A55;
}
</style>
border-color css
<style>
span { border-color: #868A55; }
span { border-color: rgb(134,138,85); }
td.TdClassName
{
border-color: #868A55;
}
.TagClassName
{
border-color: #868A55;
}
</style>