Shades of Bandicoot #94905A
Tints of Bandicoot #94905A
RGB
CMYK
RGB Variations
Color information
#94905A (or 0x94905A) is known color: Bandicoot. HEX triplet: 94, 90 and 5A. RGB value is (148,144,90). Sum of RGB (Red+Green+Blue) = 148+144+90=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #94905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94905A is #6B6FA5. Grayscale: #8B8B8B. Windows color (decimal): -7040934 or 5935252. OLE color: 5935252.
HSL color Cylindrical-coordinate representation of color #94905A: hue angle of 55.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94905A is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 90 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.42 |
| HSL | 55.86º | 0.24% | 0.47% | - |
| HSV(B) | 55.86º | 0.39% | 0.58% | - |
| XYZ | 24.03 | 26.98 | 13.61 | - |
| YUV | 139.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 90 | 0 | 0.03 | 0.39 | 0.42 | 55.86 | 0.24 | 0.47 |
| Hex | 94 | 90 | 5A | 0 | 3 | 27 | 2A | 38 | 18 | 2F |
| Octal | 224 | 220 | 132 | 0 | 3 | 47 | 52 | 70 | 30 | 57 |
| Binary | 10010100 | 10010000 | 1011010 | 0 | 11 | 100111 | 101010 | 111000 | 11000 | 101111 |
Color Harmonies of #94905A
Complementary color
Monochromatic Colors of #94905A
Black with #94905A
Text Example
Text Example
White with #94905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94905A; }
p { color: rgb(148,144,90); }
H1.HeaderClassName
{
color: #94905A;
}
.AnyTagClassName
{
color: #94905A;
}
</style>
background-color css
<style>
a { background-color: #94905A; }
a { background-color: rgb(148,144,90); }
div.DivClassName
{
background-color: #94905A;
}
.BgClassName
{
background-color: #94905A;
}
</style>
border-color css
<style>
span { border-color: #94905A; }
span { border-color: rgb(148,144,90); }
td.TdClassName
{
border-color: #94905A;
}
.TagClassName
{
border-color: #94905A;
}
</style>