Shades of Bandicoot #918A5C
Tints of Bandicoot #918A5C
RGB
CMYK
RGB Variations
Color information
#918A5C (or 0x918A5C) is known color: Bandicoot. HEX triplet: 91, 8A and 5C. RGB value is (145,138,92). Sum of RGB (Red+Green+Blue) = 145+138+92=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A5C is #6E75A3. Grayscale: #878787. Windows color (decimal): -7239076 or 6064785. OLE color: 6064785.
HSL color Cylindrical-coordinate representation of color #918A5C: hue angle of 52.08º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918A5C is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 92 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.43 |
| HSL | 52.08º | 0.22% | 0.46% | - |
| HSV(B) | 52.08º | 0.37% | 0.57% | - |
| XYZ | 22.7 | 24.97 | 13.75 | - |
| YUV | 134.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 92 | 0 | 0.05 | 0.37 | 0.43 | 52.08 | 0.22 | 0.46 |
| Hex | 91 | 8A | 5C | 0 | 5 | 25 | 2B | 34 | 16 | 2E |
| Octal | 221 | 212 | 134 | 0 | 5 | 45 | 53 | 64 | 26 | 56 |
| Binary | 10010001 | 10001010 | 1011100 | 0 | 101 | 100101 | 101011 | 110100 | 10110 | 101110 |
Color Harmonies of #918A5C
Complementary color
Monochromatic Colors of #918A5C
Black with #918A5C
Text Example
Text Example
White with #918A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A5C; }
p { color: rgb(145,138,92); }
H1.HeaderClassName
{
color: #918A5C;
}
.AnyTagClassName
{
color: #918A5C;
}
</style>
background-color css
<style>
a { background-color: #918A5C; }
a { background-color: rgb(145,138,92); }
div.DivClassName
{
background-color: #918A5C;
}
.BgClassName
{
background-color: #918A5C;
}
</style>
border-color css
<style>
span { border-color: #918A5C; }
span { border-color: rgb(145,138,92); }
td.TdClassName
{
border-color: #918A5C;
}
.TagClassName
{
border-color: #918A5C;
}
</style>