Shades of Bandicoot #918E64
Tints of Bandicoot #918E64
RGB
CMYK
RGB Variations
Color information
#918E64 (or 0x918E64) is known color: Bandicoot. HEX triplet: 91, 8E and 64. RGB value is (145,142,100). Sum of RGB (Red+Green+Blue) = 145+142+100=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E64 is #6E719B. Grayscale: #8A8A8A. Windows color (decimal): -7238044 or 6590097. OLE color: 6590097.
HSL color Cylindrical-coordinate representation of color #918E64: hue angle of 56º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918E64 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 100 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.43 |
| HSL | 56º | 0.18% | 0.48% | - |
| HSV(B) | 56º | 0.31% | 0.57% | - |
| XYZ | 23.65 | 26.29 | 15.88 | - |
| YUV | 138.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 100 | 0 | 0.02 | 0.31 | 0.43 | 56 | 0.18 | 0.48 |
| Hex | 91 | 8E | 64 | 0 | 2 | 1F | 2B | 38 | 12 | 30 |
| Octal | 221 | 216 | 144 | 0 | 2 | 37 | 53 | 70 | 22 | 60 |
| Binary | 10010001 | 10001110 | 1100100 | 0 | 10 | 11111 | 101011 | 111000 | 10010 | 110000 |
Color Harmonies of #918E64
Complementary color
Monochromatic Colors of #918E64
Black with #918E64
Text Example
Text Example
White with #918E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E64; }
p { color: rgb(145,142,100); }
H1.HeaderClassName
{
color: #918E64;
}
.AnyTagClassName
{
color: #918E64;
}
</style>
background-color css
<style>
a { background-color: #918E64; }
a { background-color: rgb(145,142,100); }
div.DivClassName
{
background-color: #918E64;
}
.BgClassName
{
background-color: #918E64;
}
</style>
border-color css
<style>
span { border-color: #918E64; }
span { border-color: rgb(145,142,100); }
td.TdClassName
{
border-color: #918E64;
}
.TagClassName
{
border-color: #918E64;
}
</style>