Shades of Bandicoot #868852
Tints of Bandicoot #868852
RGB
CMYK
RGB Variations
Color information
#868852 (or 0x868852) is known color: Bandicoot. HEX triplet: 86, 88 and 52. RGB value is (134,136,82). Sum of RGB (Red+Green+Blue) = 134+136+82=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #868852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868852 is #7977AD. Grayscale: #818181. Windows color (decimal): -7960494 or 5408902. OLE color: 5408902.
HSL color Cylindrical-coordinate representation of color #868852: hue angle of 62.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868852 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 82 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.47 |
| HSL | 62.22º | 0.25% | 0.43% | - |
| HSV(B) | 62.22º | 0.4% | 0.53% | - |
| XYZ | 20.16 | 23.29 | 11.41 | - |
| YUV | 129.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 82 | 0.01 | 0 | 0.40 | 0.47 | 62.22 | 0.25 | 0.43 |
| Hex | 86 | 88 | 52 | 1 | 0 | 28 | 2F | 3E | 19 | 2B |
| Octal | 206 | 210 | 122 | 1 | 0 | 50 | 57 | 76 | 31 | 53 |
| Binary | 10000110 | 10001000 | 1010010 | 1 | 0 | 101000 | 101111 | 111110 | 11001 | 101011 |
Color Harmonies of #868852
Complementary color
Monochromatic Colors of #868852
Black with #868852
Text Example
Text Example
White with #868852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868852; }
p { color: rgb(134,136,82); }
H1.HeaderClassName
{
color: #868852;
}
.AnyTagClassName
{
color: #868852;
}
</style>
background-color css
<style>
a { background-color: #868852; }
a { background-color: rgb(134,136,82); }
div.DivClassName
{
background-color: #868852;
}
.BgClassName
{
background-color: #868852;
}
</style>
border-color css
<style>
span { border-color: #868852; }
span { border-color: rgb(134,136,82); }
td.TdClassName
{
border-color: #868852;
}
.TagClassName
{
border-color: #868852;
}
</style>