Shades of Bandicoot #928E5A
Tints of Bandicoot #928E5A
RGB
CMYK
RGB Variations
Color information
#928E5A (or 0x928E5A) is known color: Bandicoot. HEX triplet: 92, 8E and 5A. RGB value is (146,142,90). Sum of RGB (Red+Green+Blue) = 146+142+90=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #928E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E5A is #6D71A5. Grayscale: #898989. Windows color (decimal): -7172518 or 5934738. OLE color: 5934738.
HSL color Cylindrical-coordinate representation of color #928E5A: hue angle of 55.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928E5A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 90 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.43 |
| HSL | 55.71º | 0.24% | 0.46% | - |
| HSV(B) | 55.71º | 0.38% | 0.57% | - |
| XYZ | 23.37 | 26.2 | 13.5 | - |
| YUV | 137.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 90 | 0 | 0.03 | 0.38 | 0.43 | 55.71 | 0.24 | 0.46 |
| Hex | 92 | 8E | 5A | 0 | 3 | 26 | 2B | 38 | 18 | 2E |
| Octal | 222 | 216 | 132 | 0 | 3 | 46 | 53 | 70 | 30 | 56 |
| Binary | 10010010 | 10001110 | 1011010 | 0 | 11 | 100110 | 101011 | 111000 | 11000 | 101110 |
Color Harmonies of #928E5A
Complementary color
Monochromatic Colors of #928E5A
Black with #928E5A
Text Example
Text Example
White with #928E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E5A; }
p { color: rgb(146,142,90); }
H1.HeaderClassName
{
color: #928E5A;
}
.AnyTagClassName
{
color: #928E5A;
}
</style>
background-color css
<style>
a { background-color: #928E5A; }
a { background-color: rgb(146,142,90); }
div.DivClassName
{
background-color: #928E5A;
}
.BgClassName
{
background-color: #928E5A;
}
</style>
border-color css
<style>
span { border-color: #928E5A; }
span { border-color: rgb(146,142,90); }
td.TdClassName
{
border-color: #928E5A;
}
.TagClassName
{
border-color: #928E5A;
}
</style>