Shades of Bandicoot #918E5E
Tints of Bandicoot #918E5E
RGB
CMYK
RGB Variations
Color information
#918E5E (or 0x918E5E) is known color: Bandicoot. HEX triplet: 91, 8E and 5E. RGB value is (145,142,94). Sum of RGB (Red+Green+Blue) = 145+142+94=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #918E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E5E is #6E71A1. Grayscale: #898989. Windows color (decimal): -7238050 or 6196881. OLE color: 6196881.
HSL color Cylindrical-coordinate representation of color #918E5E: hue angle of 56.47º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918E5E is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
RGB | 145 | 142 | 94 | - |
CMYK | 0 | 0.02 | 0.35 | 0.43 |
HSL | 56.47º | 0.21% | 0.47% | - |
HSV(B) | 56.47º | 0.35% | 0.57% | - |
XYZ | 23.37 | 26.17 | 14.41 | - |
YUV | 137.43 | 103.49 | 133.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 142 | 94 | 0 | 0.02 | 0.35 | 0.43 | 56.47 | 0.21 | 0.47 |
Hex | 91 | 8E | 5E | 0 | 2 | 23 | 2B | 38 | 15 | 2F |
Octal | 221 | 216 | 136 | 0 | 2 | 43 | 53 | 70 | 25 | 57 |
Binary | 10010001 | 10001110 | 1011110 | 0 | 10 | 100011 | 101011 | 111000 | 10101 | 101111 |
Color Harmonies of #918E5E
Complementary color
Monochromatic Colors of #918E5E
Black with #918E5E
Text Example
Text Example
White with #918E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E5E; }
p { color: rgb(145,142,94); }
H1.HeaderClassName
{
color: #918E5E;
}
.AnyTagClassName
{
color: #918E5E;
}
</style>
background-color css
<style>
a { background-color: #918E5E; }
a { background-color: rgb(145,142,94); }
div.DivClassName
{
background-color: #918E5E;
}
.BgClassName
{
background-color: #918E5E;
}
</style>
border-color css
<style>
span { border-color: #918E5E; }
span { border-color: rgb(145,142,94); }
td.TdClassName
{
border-color: #918E5E;
}
.TagClassName
{
border-color: #918E5E;
}
</style>