Shades of Bandicoot #8A8856
Tints of Bandicoot #8A8856
RGB
CMYK
RGB Variations
Color information
#8A8856 (or 0x8A8856) is known color: Bandicoot. HEX triplet: 8A, 88 and 56. RGB value is (138,136,86). Sum of RGB (Red+Green+Blue) = 138+136+86=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8856 is #7577A9. Grayscale: #838383. Windows color (decimal): -7698346 or 5671050. OLE color: 5671050.
HSL color Cylindrical-coordinate representation of color #8A8856: hue angle of 57.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8856 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 86 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.46 |
| HSL | 57.69º | 0.23% | 0.44% | - |
| HSV(B) | 57.69º | 0.38% | 0.54% | - |
| XYZ | 20.97 | 23.68 | 12.27 | - |
| YUV | 130.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 86 | 0 | 0.01 | 0.38 | 0.46 | 57.69 | 0.23 | 0.44 |
| Hex | 8A | 88 | 56 | 0 | 1 | 26 | 2E | 3A | 17 | 2C |
| Octal | 212 | 210 | 126 | 0 | 1 | 46 | 56 | 72 | 27 | 54 |
| Binary | 10001010 | 10001000 | 1010110 | 0 | 1 | 100110 | 101110 | 111010 | 10111 | 101100 |
Color Harmonies of #8A8856
Complementary color
Monochromatic Colors of #8A8856
Black with #8A8856
Text Example
Text Example
White with #8A8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8856; }
p { color: rgb(138,136,86); }
H1.HeaderClassName
{
color: #8A8856;
}
.AnyTagClassName
{
color: #8A8856;
}
</style>
background-color css
<style>
a { background-color: #8A8856; }
a { background-color: rgb(138,136,86); }
div.DivClassName
{
background-color: #8A8856;
}
.BgClassName
{
background-color: #8A8856;
}
</style>
border-color css
<style>
span { border-color: #8A8856; }
span { border-color: rgb(138,136,86); }
td.TdClassName
{
border-color: #8A8856;
}
.TagClassName
{
border-color: #8A8856;
}
</style>