Shades of Bandicoot #908C57
Tints of Bandicoot #908C57
RGB
CMYK
RGB Variations
Color information
#908C57 (or 0x908C57) is known color: Bandicoot. HEX triplet: 90, 8C and 57. RGB value is (144,140,87). Sum of RGB (Red+Green+Blue) = 144+140+87=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #908C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C57 is #6F73A8. Grayscale: #878787. Windows color (decimal): -7304105 or 5737616. OLE color: 5737616.
HSL color Cylindrical-coordinate representation of color #908C57: hue angle of 55.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908C57 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 87 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.44 |
| HSL | 55.79º | 0.25% | 0.45% | - |
| HSV(B) | 55.79º | 0.4% | 0.56% | - |
| XYZ | 22.6 | 25.37 | 12.72 | - |
| YUV | 135.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 87 | 0 | 0.03 | 0.40 | 0.44 | 55.79 | 0.25 | 0.45 |
| Hex | 90 | 8C | 57 | 0 | 3 | 28 | 2C | 38 | 19 | 2D |
| Octal | 220 | 214 | 127 | 0 | 3 | 50 | 54 | 70 | 31 | 55 |
| Binary | 10010000 | 10001100 | 1010111 | 0 | 11 | 101000 | 101100 | 111000 | 11001 | 101101 |
Color Harmonies of #908C57
Complementary color
Monochromatic Colors of #908C57
Black with #908C57
Text Example
Text Example
White with #908C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C57; }
p { color: rgb(144,140,87); }
H1.HeaderClassName
{
color: #908C57;
}
.AnyTagClassName
{
color: #908C57;
}
</style>
background-color css
<style>
a { background-color: #908C57; }
a { background-color: rgb(144,140,87); }
div.DivClassName
{
background-color: #908C57;
}
.BgClassName
{
background-color: #908C57;
}
</style>
border-color css
<style>
span { border-color: #908C57; }
span { border-color: rgb(144,140,87); }
td.TdClassName
{
border-color: #908C57;
}
.TagClassName
{
border-color: #908C57;
}
</style>