Shades of Bandicoot #8A8B56
Tints of Bandicoot #8A8B56
RGB
CMYK
RGB Variations
Color information
#8A8B56 (or 0x8A8B56) is known color: Bandicoot. HEX triplet: 8A, 8B and 56. RGB value is (138,139,86). Sum of RGB (Red+Green+Blue) = 138+139+86=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B56 is #7574A9. Grayscale: #848484. Windows color (decimal): -7697578 or 5671818. OLE color: 5671818.
HSL color Cylindrical-coordinate representation of color #8A8B56: hue angle of 61.13º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8B56 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 139 | 86 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.45 |
| HSL | 61.13º | 0.24% | 0.44% | - |
| HSV(B) | 61.13º | 0.38% | 0.55% | - |
| XYZ | 21.39 | 24.54 | 12.41 | - |
| YUV | 132.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 86 | 0.01 | 0 | 0.38 | 0.45 | 61.13 | 0.24 | 0.44 |
| Hex | 8A | 8B | 56 | 1 | 0 | 26 | 2D | 3D | 18 | 2C |
| Octal | 212 | 213 | 126 | 1 | 0 | 46 | 55 | 75 | 30 | 54 |
| Binary | 10001010 | 10001011 | 1010110 | 1 | 0 | 100110 | 101101 | 111101 | 11000 | 101100 |
Color Harmonies of #8A8B56
Complementary color
Monochromatic Colors of #8A8B56
Black with #8A8B56
Text Example
Text Example
White with #8A8B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B56; }
p { color: rgb(138,139,86); }
H1.HeaderClassName
{
color: #8A8B56;
}
.AnyTagClassName
{
color: #8A8B56;
}
</style>
background-color css
<style>
a { background-color: #8A8B56; }
a { background-color: rgb(138,139,86); }
div.DivClassName
{
background-color: #8A8B56;
}
.BgClassName
{
background-color: #8A8B56;
}
</style>
border-color css
<style>
span { border-color: #8A8B56; }
span { border-color: rgb(138,139,86); }
td.TdClassName
{
border-color: #8A8B56;
}
.TagClassName
{
border-color: #8A8B56;
}
</style>