Shades of Bandicoot #918A5B
Tints of Bandicoot #918A5B
RGB
CMYK
RGB Variations
Color information
#918A5B (or 0x918A5B) is known color: Bandicoot. HEX triplet: 91, 8A and 5B. RGB value is (145,138,91). Sum of RGB (Red+Green+Blue) = 145+138+91=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #918A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A5B is #6E75A4. Grayscale: #868686. Windows color (decimal): -7239077 or 5999249. OLE color: 5999249.
HSL color Cylindrical-coordinate representation of color #918A5B: hue angle of 52.22º degrees, saturation: 0.23, 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 #918A5B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 91 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.43 |
| HSL | 52.22º | 0.23% | 0.46% | - |
| HSV(B) | 52.22º | 0.37% | 0.57% | - |
| XYZ | 22.65 | 24.95 | 13.52 | - |
| YUV | 134.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 91 | 0 | 0.05 | 0.37 | 0.43 | 52.22 | 0.23 | 0.46 |
| Hex | 91 | 8A | 5B | 0 | 5 | 25 | 2B | 34 | 17 | 2E |
| Octal | 221 | 212 | 133 | 0 | 5 | 45 | 53 | 64 | 27 | 56 |
| Binary | 10010001 | 10001010 | 1011011 | 0 | 101 | 100101 | 101011 | 110100 | 10111 | 101110 |
Color Harmonies of #918A5B
Complementary color
Monochromatic Colors of #918A5B
Black with #918A5B
Text Example
Text Example
White with #918A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A5B; }
p { color: rgb(145,138,91); }
H1.HeaderClassName
{
color: #918A5B;
}
.AnyTagClassName
{
color: #918A5B;
}
</style>
background-color css
<style>
a { background-color: #918A5B; }
a { background-color: rgb(145,138,91); }
div.DivClassName
{
background-color: #918A5B;
}
.BgClassName
{
background-color: #918A5B;
}
</style>
border-color css
<style>
span { border-color: #918A5B; }
span { border-color: rgb(145,138,91); }
td.TdClassName
{
border-color: #918A5B;
}
.TagClassName
{
border-color: #918A5B;
}
</style>