Shades of Bandicoot #848856
Tints of Bandicoot #848856
RGB
CMYK
RGB Variations
Color information
#848856 (or 0x848856) is known color: Bandicoot. HEX triplet: 84, 88 and 56. RGB value is (132,136,86). Sum of RGB (Red+Green+Blue) = 132+136+86=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #848856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848856 is #7B77A9. Grayscale: #818181. Windows color (decimal): -8091562 or 5671044. OLE color: 5671044.
HSL color Cylindrical-coordinate representation of color #848856: hue angle of 64.8º 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 #848856 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 86 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.47 |
| HSL | 64.8º | 0.23% | 0.44% | - |
| HSV(B) | 64.8º | 0.37% | 0.53% | - |
| XYZ | 20 | 23.19 | 12.23 | - |
| YUV | 129.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 86 | 0.03 | 0 | 0.37 | 0.47 | 64.8 | 0.23 | 0.44 |
| Hex | 84 | 88 | 56 | 3 | 0 | 25 | 2F | 41 | 17 | 2C |
| Octal | 204 | 210 | 126 | 3 | 0 | 45 | 57 | 101 | 27 | 54 |
| Binary | 10000100 | 10001000 | 1010110 | 11 | 0 | 100101 | 101111 | 1000001 | 10111 | 101100 |
Color Harmonies of #848856
Complementary color
Monochromatic Colors of #848856
Black with #848856
Text Example
Text Example
White with #848856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848856; }
p { color: rgb(132,136,86); }
H1.HeaderClassName
{
color: #848856;
}
.AnyTagClassName
{
color: #848856;
}
</style>
background-color css
<style>
a { background-color: #848856; }
a { background-color: rgb(132,136,86); }
div.DivClassName
{
background-color: #848856;
}
.BgClassName
{
background-color: #848856;
}
</style>
border-color css
<style>
span { border-color: #848856; }
span { border-color: rgb(132,136,86); }
td.TdClassName
{
border-color: #848856;
}
.TagClassName
{
border-color: #848856;
}
</style>