Shades of Bandicoot #828166
Tints of Bandicoot #828166
RGB
CMYK
RGB Variations
Color information
#828166 (or 0x828166) is known color: Bandicoot. HEX triplet: 82, 81 and 66. RGB value is (130,129,102). Sum of RGB (Red+Green+Blue) = 130+129+102=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #828166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828166 is #7D7E99. Grayscale: #7E7E7E. Windows color (decimal): -8224410 or 6717826. OLE color: 6717826.
HSL color Cylindrical-coordinate representation of color #828166: hue angle of 57.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #828166 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 102 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.49 |
| HSL | 57.86º | 0.12% | 0.45% | - |
| HSV(B) | 57.86º | 0.22% | 0.51% | - |
| XYZ | 19.45 | 21.41 | 15.68 | - |
| YUV | 126.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 102 | 0 | 0.01 | 0.22 | 0.49 | 57.86 | 0.12 | 0.45 |
| Hex | 82 | 81 | 66 | 0 | 1 | 16 | 31 | 3A | C | 2D |
| Octal | 202 | 201 | 146 | 0 | 1 | 26 | 61 | 72 | 14 | 55 |
| Binary | 10000010 | 10000001 | 1100110 | 0 | 1 | 10110 | 110001 | 111010 | 1100 | 101101 |
Color Harmonies of #828166
Complementary color
Monochromatic Colors of #828166
Black with #828166
Text Example
Text Example
White with #828166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828166; }
p { color: rgb(130,129,102); }
H1.HeaderClassName
{
color: #828166;
}
.AnyTagClassName
{
color: #828166;
}
</style>
background-color css
<style>
a { background-color: #828166; }
a { background-color: rgb(130,129,102); }
div.DivClassName
{
background-color: #828166;
}
.BgClassName
{
background-color: #828166;
}
</style>
border-color css
<style>
span { border-color: #828166; }
span { border-color: rgb(130,129,102); }
td.TdClassName
{
border-color: #828166;
}
.TagClassName
{
border-color: #828166;
}
</style>