Shades of Bandicoot #8A8D52
Tints of Bandicoot #8A8D52
RGB
CMYK
RGB Variations
Color information
#8A8D52 (or 0x8A8D52) is known color: Bandicoot. HEX triplet: 8A, 8D and 52. RGB value is (138,141,82). Sum of RGB (Red+Green+Blue) = 138+141+82=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D52 is #7572AD. Grayscale: #858585. Windows color (decimal): -7697070 or 5410186. OLE color: 5410186.
HSL color Cylindrical-coordinate representation of color #8A8D52: hue angle of 63.05º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A8D52 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 82 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.45 |
| HSL | 63.05º | 0.26% | 0.44% | - |
| HSV(B) | 63.05º | 0.42% | 0.55% | - |
| XYZ | 21.53 | 25.06 | 11.69 | - |
| YUV | 133.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 82 | 0.02 | 0 | 0.42 | 0.45 | 63.05 | 0.26 | 0.44 |
| Hex | 8A | 8D | 52 | 2 | 0 | 2A | 2D | 3F | 1A | 2C |
| Octal | 212 | 215 | 122 | 2 | 0 | 52 | 55 | 77 | 32 | 54 |
| Binary | 10001010 | 10001101 | 1010010 | 10 | 0 | 101010 | 101101 | 111111 | 11010 | 101100 |
Color Harmonies of #8A8D52
Complementary color
Monochromatic Colors of #8A8D52
Black with #8A8D52
Text Example
Text Example
White with #8A8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D52; }
p { color: rgb(138,141,82); }
H1.HeaderClassName
{
color: #8A8D52;
}
.AnyTagClassName
{
color: #8A8D52;
}
</style>
background-color css
<style>
a { background-color: #8A8D52; }
a { background-color: rgb(138,141,82); }
div.DivClassName
{
background-color: #8A8D52;
}
.BgClassName
{
background-color: #8A8D52;
}
</style>
border-color css
<style>
span { border-color: #8A8D52; }
span { border-color: rgb(138,141,82); }
td.TdClassName
{
border-color: #8A8D52;
}
.TagClassName
{
border-color: #8A8D52;
}
</style>