Shades of Bandicoot #958F57
Tints of Bandicoot #958F57
RGB
CMYK
RGB Variations
Color information
#958F57 (or 0x958F57) is known color: Bandicoot. HEX triplet: 95, 8F and 57. RGB value is (149,143,87). Sum of RGB (Red+Green+Blue) = 149+143+87=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #958F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F57 is #6A70A8. Grayscale: #8A8A8A. Windows color (decimal): -6975657 or 5738389. OLE color: 5738389.
HSL color Cylindrical-coordinate representation of color #958F57: hue angle of 54.19º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958F57 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 87 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.42 |
| HSL | 54.19º | 0.26% | 0.46% | - |
| HSV(B) | 54.19º | 0.42% | 0.58% | - |
| XYZ | 23.94 | 26.72 | 12.91 | - |
| YUV | 138.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 87 | 0 | 0.04 | 0.42 | 0.42 | 54.19 | 0.26 | 0.46 |
| Hex | 95 | 8F | 57 | 0 | 4 | 2A | 2A | 36 | 1A | 2E |
| Octal | 225 | 217 | 127 | 0 | 4 | 52 | 52 | 66 | 32 | 56 |
| Binary | 10010101 | 10001111 | 1010111 | 0 | 100 | 101010 | 101010 | 110110 | 11010 | 101110 |
Color Harmonies of #958F57
Complementary color
Monochromatic Colors of #958F57
Black with #958F57
Text Example
Text Example
White with #958F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F57; }
p { color: rgb(149,143,87); }
H1.HeaderClassName
{
color: #958F57;
}
.AnyTagClassName
{
color: #958F57;
}
</style>
background-color css
<style>
a { background-color: #958F57; }
a { background-color: rgb(149,143,87); }
div.DivClassName
{
background-color: #958F57;
}
.BgClassName
{
background-color: #958F57;
}
</style>
border-color css
<style>
span { border-color: #958F57; }
span { border-color: rgb(149,143,87); }
td.TdClassName
{
border-color: #958F57;
}
.TagClassName
{
border-color: #958F57;
}
</style>