Shades of Bandicoot #918C59
Tints of Bandicoot #918C59
RGB
CMYK
RGB Variations
Color information
#918C59 (or 0x918C59) is known color: Bandicoot. HEX triplet: 91, 8C and 59. RGB value is (145,140,89). Sum of RGB (Red+Green+Blue) = 145+140+89=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #918C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C59 is #6E73A6. Grayscale: #878787. Windows color (decimal): -7238567 or 5868689. OLE color: 5868689.
HSL color Cylindrical-coordinate representation of color #918C59: hue angle of 54.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918C59 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 89 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.43 |
| HSL | 54.64º | 0.24% | 0.46% | - |
| HSV(B) | 54.64º | 0.39% | 0.57% | - |
| XYZ | 22.86 | 25.5 | 13.17 | - |
| YUV | 135.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 89 | 0 | 0.03 | 0.39 | 0.43 | 54.64 | 0.24 | 0.46 |
| Hex | 91 | 8C | 59 | 0 | 3 | 27 | 2B | 37 | 18 | 2E |
| Octal | 221 | 214 | 131 | 0 | 3 | 47 | 53 | 67 | 30 | 56 |
| Binary | 10010001 | 10001100 | 1011001 | 0 | 11 | 100111 | 101011 | 110111 | 11000 | 101110 |
Color Harmonies of #918C59
Complementary color
Monochromatic Colors of #918C59
Black with #918C59
Text Example
Text Example
White with #918C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C59; }
p { color: rgb(145,140,89); }
H1.HeaderClassName
{
color: #918C59;
}
.AnyTagClassName
{
color: #918C59;
}
</style>
background-color css
<style>
a { background-color: #918C59; }
a { background-color: rgb(145,140,89); }
div.DivClassName
{
background-color: #918C59;
}
.BgClassName
{
background-color: #918C59;
}
</style>
border-color css
<style>
span { border-color: #918C59; }
span { border-color: rgb(145,140,89); }
td.TdClassName
{
border-color: #918C59;
}
.TagClassName
{
border-color: #918C59;
}
</style>