Shades of Bandicoot #808164
Tints of Bandicoot #808164
RGB
CMYK
RGB Variations
Color information
#808164 (or 0x808164) is known color: Bandicoot. HEX triplet: 80, 81 and 64. RGB value is (128,129,100). Sum of RGB (Red+Green+Blue) = 128+129+100=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #808164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808164 is #7F7E9B. Grayscale: #7D7D7D. Windows color (decimal): -8355484 or 6586752. OLE color: 6586752.
HSL color Cylindrical-coordinate representation of color #808164: hue angle of 62.07º degrees, saturation: 0.13, 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 #808164 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 100 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.49 |
| HSL | 62.07º | 0.13% | 0.45% | - |
| HSV(B) | 62.07º | 0.22% | 0.51% | - |
| XYZ | 19.05 | 21.21 | 15.15 | - |
| YUV | 125.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 100 | 0.01 | 0 | 0.22 | 0.49 | 62.07 | 0.13 | 0.45 |
| Hex | 80 | 81 | 64 | 1 | 0 | 16 | 31 | 3E | D | 2D |
| Octal | 200 | 201 | 144 | 1 | 0 | 26 | 61 | 76 | 15 | 55 |
| Binary | 10000000 | 10000001 | 1100100 | 1 | 0 | 10110 | 110001 | 111110 | 1101 | 101101 |
Color Harmonies of #808164
Complementary color
Monochromatic Colors of #808164
Black with #808164
Text Example
Text Example
White with #808164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808164; }
p { color: rgb(128,129,100); }
H1.HeaderClassName
{
color: #808164;
}
.AnyTagClassName
{
color: #808164;
}
</style>
background-color css
<style>
a { background-color: #808164; }
a { background-color: rgb(128,129,100); }
div.DivClassName
{
background-color: #808164;
}
.BgClassName
{
background-color: #808164;
}
</style>
border-color css
<style>
span { border-color: #808164; }
span { border-color: rgb(128,129,100); }
td.TdClassName
{
border-color: #808164;
}
.TagClassName
{
border-color: #808164;
}
</style>