Shades of Bandicoot #908C56
Tints of Bandicoot #908C56
RGB
CMYK
RGB Variations
Color information
#908C56 (or 0x908C56) is known color: Bandicoot. HEX triplet: 90, 8C and 56. RGB value is (144,140,86). Sum of RGB (Red+Green+Blue) = 144+140+86=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #908C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C56 is #6F73A9. Grayscale: #878787. Windows color (decimal): -7304106 or 5672080. OLE color: 5672080.
HSL color Cylindrical-coordinate representation of color #908C56: hue angle of 55.86º 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 #908C56 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 86 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.44 |
| HSL | 55.86º | 0.25% | 0.45% | - |
| HSV(B) | 55.86º | 0.4% | 0.56% | - |
| XYZ | 22.56 | 25.36 | 12.51 | - |
| YUV | 135.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 86 | 0 | 0.03 | 0.40 | 0.44 | 55.86 | 0.25 | 0.45 |
| Hex | 90 | 8C | 56 | 0 | 3 | 28 | 2C | 38 | 19 | 2D |
| Octal | 220 | 214 | 126 | 0 | 3 | 50 | 54 | 70 | 31 | 55 |
| Binary | 10010000 | 10001100 | 1010110 | 0 | 11 | 101000 | 101100 | 111000 | 11001 | 101101 |
Color Harmonies of #908C56
Complementary color
Monochromatic Colors of #908C56
Black with #908C56
Text Example
Text Example
White with #908C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C56; }
p { color: rgb(144,140,86); }
H1.HeaderClassName
{
color: #908C56;
}
.AnyTagClassName
{
color: #908C56;
}
</style>
background-color css
<style>
a { background-color: #908C56; }
a { background-color: rgb(144,140,86); }
div.DivClassName
{
background-color: #908C56;
}
.BgClassName
{
background-color: #908C56;
}
</style>
border-color css
<style>
span { border-color: #908C56; }
span { border-color: rgb(144,140,86); }
td.TdClassName
{
border-color: #908C56;
}
.TagClassName
{
border-color: #908C56;
}
</style>