Shades of Bandicoot #8A8956
Tints of Bandicoot #8A8956
RGB
CMYK
RGB Variations
Color information
#8A8956 (or 0x8A8956) is known color: Bandicoot. HEX triplet: 8A, 89 and 56. RGB value is (138,137,86). Sum of RGB (Red+Green+Blue) = 138+137+86=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8956 is #7576A9. Grayscale: #838383. Windows color (decimal): -7698090 or 5671306. OLE color: 5671306.
HSL color Cylindrical-coordinate representation of color #8A8956: hue angle of 58.85º 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 #8A8956 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 86 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.46 |
| HSL | 58.85º | 0.23% | 0.44% | - |
| HSV(B) | 58.85º | 0.38% | 0.54% | - |
| XYZ | 21.11 | 23.97 | 12.32 | - |
| YUV | 131.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 86 | 0 | 0.01 | 0.38 | 0.46 | 58.85 | 0.23 | 0.44 |
| Hex | 8A | 89 | 56 | 0 | 1 | 26 | 2E | 3B | 17 | 2C |
| Octal | 212 | 211 | 126 | 0 | 1 | 46 | 56 | 73 | 27 | 54 |
| Binary | 10001010 | 10001001 | 1010110 | 0 | 1 | 100110 | 101110 | 111011 | 10111 | 101100 |
Color Harmonies of #8A8956
Complementary color
Monochromatic Colors of #8A8956
Black with #8A8956
Text Example
Text Example
White with #8A8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8956; }
p { color: rgb(138,137,86); }
H1.HeaderClassName
{
color: #8A8956;
}
.AnyTagClassName
{
color: #8A8956;
}
</style>
background-color css
<style>
a { background-color: #8A8956; }
a { background-color: rgb(138,137,86); }
div.DivClassName
{
background-color: #8A8956;
}
.BgClassName
{
background-color: #8A8956;
}
</style>
border-color css
<style>
span { border-color: #8A8956; }
span { border-color: rgb(138,137,86); }
td.TdClassName
{
border-color: #8A8956;
}
.TagClassName
{
border-color: #8A8956;
}
</style>