Shades of Bandicoot #858854
Tints of Bandicoot #858854
RGB
CMYK
RGB Variations
Color information
#858854 (or 0x858854) is known color: Bandicoot. HEX triplet: 85, 88 and 54. RGB value is (133,136,84). Sum of RGB (Red+Green+Blue) = 133+136+84=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #858854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858854 is #7A77AB. Grayscale: #818181. Windows color (decimal): -8026028 or 5539973. OLE color: 5539973.
HSL color Cylindrical-coordinate representation of color #858854: hue angle of 63.46º 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 #858854 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 84 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.47 |
| HSL | 63.46º | 0.24% | 0.43% | - |
| HSV(B) | 63.46º | 0.38% | 0.53% | - |
| XYZ | 20.08 | 23.23 | 11.81 | - |
| YUV | 129.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 84 | 0.02 | 0 | 0.38 | 0.47 | 63.46 | 0.24 | 0.43 |
| Hex | 85 | 88 | 54 | 2 | 0 | 26 | 2F | 3F | 18 | 2B |
| Octal | 205 | 210 | 124 | 2 | 0 | 46 | 57 | 77 | 30 | 53 |
| Binary | 10000101 | 10001000 | 1010100 | 10 | 0 | 100110 | 101111 | 111111 | 11000 | 101011 |
Color Harmonies of #858854
Complementary color
Monochromatic Colors of #858854
Black with #858854
Text Example
Text Example
White with #858854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858854; }
p { color: rgb(133,136,84); }
H1.HeaderClassName
{
color: #858854;
}
.AnyTagClassName
{
color: #858854;
}
</style>
background-color css
<style>
a { background-color: #858854; }
a { background-color: rgb(133,136,84); }
div.DivClassName
{
background-color: #858854;
}
.BgClassName
{
background-color: #858854;
}
</style>
border-color css
<style>
span { border-color: #858854; }
span { border-color: rgb(133,136,84); }
td.TdClassName
{
border-color: #858854;
}
.TagClassName
{
border-color: #858854;
}
</style>