Shades of Bandicoot #908F57
Tints of Bandicoot #908F57
RGB
CMYK
RGB Variations
Color information
#908F57 (or 0x908F57) is known color: Bandicoot. HEX triplet: 90, 8F and 57. RGB value is (144,143,87). Sum of RGB (Red+Green+Blue) = 144+143+87=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #908F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F57 is #6F70A8. Grayscale: #898989. Windows color (decimal): -7303337 or 5738384. OLE color: 5738384.
HSL color Cylindrical-coordinate representation of color #908F57: hue angle of 58.95º 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 #908F57 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 87 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.44 |
| HSL | 58.95º | 0.25% | 0.45% | - |
| HSV(B) | 58.95º | 0.4% | 0.56% | - |
| XYZ | 23.04 | 26.26 | 12.87 | - |
| YUV | 136.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 87 | 0 | 0.01 | 0.40 | 0.44 | 58.95 | 0.25 | 0.45 |
| Hex | 90 | 8F | 57 | 0 | 1 | 28 | 2C | 3B | 19 | 2D |
| Octal | 220 | 217 | 127 | 0 | 1 | 50 | 54 | 73 | 31 | 55 |
| Binary | 10010000 | 10001111 | 1010111 | 0 | 1 | 101000 | 101100 | 111011 | 11001 | 101101 |
Color Harmonies of #908F57
Complementary color
Monochromatic Colors of #908F57
Black with #908F57
Text Example
Text Example
White with #908F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F57; }
p { color: rgb(144,143,87); }
H1.HeaderClassName
{
color: #908F57;
}
.AnyTagClassName
{
color: #908F57;
}
</style>
background-color css
<style>
a { background-color: #908F57; }
a { background-color: rgb(144,143,87); }
div.DivClassName
{
background-color: #908F57;
}
.BgClassName
{
background-color: #908F57;
}
</style>
border-color css
<style>
span { border-color: #908F57; }
span { border-color: rgb(144,143,87); }
td.TdClassName
{
border-color: #908F57;
}
.TagClassName
{
border-color: #908F57;
}
</style>