Shades of Bandicoot #8A8462
Tints of Bandicoot #8A8462
RGB
CMYK
RGB Variations
Color information
#8A8462 (or 0x8A8462) is known color: Bandicoot. HEX triplet: 8A, 84 and 62. RGB value is (138,132,98). Sum of RGB (Red+Green+Blue) = 138+132+98=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8462 is #757B9D. Grayscale: #828282. Windows color (decimal): -7699358 or 6456458. OLE color: 6456458.
HSL color Cylindrical-coordinate representation of color #8A8462: hue angle of 51º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A8462 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 98 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.46 |
| HSL | 51º | 0.17% | 0.46% | - |
| HSV(B) | 51º | 0.29% | 0.54% | - |
| XYZ | 20.94 | 22.79 | 14.85 | - |
| YUV | 129.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 98 | 0 | 0.04 | 0.29 | 0.46 | 51 | 0.17 | 0.46 |
| Hex | 8A | 84 | 62 | 0 | 4 | 1D | 2E | 33 | 11 | 2E |
| Octal | 212 | 204 | 142 | 0 | 4 | 35 | 56 | 63 | 21 | 56 |
| Binary | 10001010 | 10000100 | 1100010 | 0 | 100 | 11101 | 101110 | 110011 | 10001 | 101110 |
Color Harmonies of #8A8462
Complementary color
Monochromatic Colors of #8A8462
Black with #8A8462
Text Example
Text Example
White with #8A8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8462; }
p { color: rgb(138,132,98); }
H1.HeaderClassName
{
color: #8A8462;
}
.AnyTagClassName
{
color: #8A8462;
}
</style>
background-color css
<style>
a { background-color: #8A8462; }
a { background-color: rgb(138,132,98); }
div.DivClassName
{
background-color: #8A8462;
}
.BgClassName
{
background-color: #8A8462;
}
</style>
border-color css
<style>
span { border-color: #8A8462; }
span { border-color: rgb(138,132,98); }
td.TdClassName
{
border-color: #8A8462;
}
.TagClassName
{
border-color: #8A8462;
}
</style>