Shades of Bandicoot #958E5C
Tints of Bandicoot #958E5C
RGB
CMYK
RGB Variations
Color information
#958E5C (or 0x958E5C) is known color: Bandicoot. HEX triplet: 95, 8E and 5C. RGB value is (149,142,92). Sum of RGB (Red+Green+Blue) = 149+142+92=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E5C is #6A71A3. Grayscale: #8A8A8A. Windows color (decimal): -6975908 or 6065813. OLE color: 6065813.
HSL color Cylindrical-coordinate representation of color #958E5C: hue angle of 52.63º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958E5C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 92 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.42 |
| HSL | 52.63º | 0.24% | 0.47% | - |
| HSV(B) | 52.63º | 0.38% | 0.58% | - |
| XYZ | 24 | 26.51 | 13.98 | - |
| YUV | 138.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 92 | 0 | 0.05 | 0.38 | 0.42 | 52.63 | 0.24 | 0.47 |
| Hex | 95 | 8E | 5C | 0 | 5 | 26 | 2A | 35 | 18 | 2F |
| Octal | 225 | 216 | 134 | 0 | 5 | 46 | 52 | 65 | 30 | 57 |
| Binary | 10010101 | 10001110 | 1011100 | 0 | 101 | 100110 | 101010 | 110101 | 11000 | 101111 |
Color Harmonies of #958E5C
Complementary color
Monochromatic Colors of #958E5C
Black with #958E5C
Text Example
Text Example
White with #958E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E5C; }
p { color: rgb(149,142,92); }
H1.HeaderClassName
{
color: #958E5C;
}
.AnyTagClassName
{
color: #958E5C;
}
</style>
background-color css
<style>
a { background-color: #958E5C; }
a { background-color: rgb(149,142,92); }
div.DivClassName
{
background-color: #958E5C;
}
.BgClassName
{
background-color: #958E5C;
}
</style>
border-color css
<style>
span { border-color: #958E5C; }
span { border-color: rgb(149,142,92); }
td.TdClassName
{
border-color: #958E5C;
}
.TagClassName
{
border-color: #958E5C;
}
</style>