Shades of Bandicoot #908F5B
Tints of Bandicoot #908F5B
RGB
CMYK
RGB Variations
Color information
#908F5B (or 0x908F5B) is known color: Bandicoot. HEX triplet: 90, 8F and 5B. RGB value is (144,143,91). Sum of RGB (Red+Green+Blue) = 144+143+91=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #908F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F5B is #6F70A4. Grayscale: #898989. Windows color (decimal): -7303333 or 6000528. OLE color: 6000528.
HSL color Cylindrical-coordinate representation of color #908F5B: hue angle of 58.87º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908F5B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 91 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.44 |
| HSL | 58.87º | 0.23% | 0.46% | - |
| HSV(B) | 58.87º | 0.37% | 0.56% | - |
| XYZ | 23.21 | 26.33 | 13.76 | - |
| YUV | 137.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 91 | 0 | 0.01 | 0.37 | 0.44 | 58.87 | 0.23 | 0.46 |
| Hex | 90 | 8F | 5B | 0 | 1 | 25 | 2C | 3B | 17 | 2E |
| Octal | 220 | 217 | 133 | 0 | 1 | 45 | 54 | 73 | 27 | 56 |
| Binary | 10010000 | 10001111 | 1011011 | 0 | 1 | 100101 | 101100 | 111011 | 10111 | 101110 |
Color Harmonies of #908F5B
Complementary color
Monochromatic Colors of #908F5B
Black with #908F5B
Text Example
Text Example
White with #908F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F5B; }
p { color: rgb(144,143,91); }
H1.HeaderClassName
{
color: #908F5B;
}
.AnyTagClassName
{
color: #908F5B;
}
</style>
background-color css
<style>
a { background-color: #908F5B; }
a { background-color: rgb(144,143,91); }
div.DivClassName
{
background-color: #908F5B;
}
.BgClassName
{
background-color: #908F5B;
}
</style>
border-color css
<style>
span { border-color: #908F5B; }
span { border-color: rgb(144,143,91); }
td.TdClassName
{
border-color: #908F5B;
}
.TagClassName
{
border-color: #908F5B;
}
</style>