#948D59

Color #948D59 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #948D59

Tints of Bandicoot #948D59

Color information

#948D59 (or 0x948D59) is unknown color: approx Bandicoot. HEX triplet: 94, 8D and 59. RGB value is (148,141,89). Sum of RGB (Red+Green+Blue) = 148+141+89=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D59 is #6B72A6. Grayscale: #898989. Windows color (decimal): -7041703 or 5868948. OLE color: 5868948.

HSL color Cylindrical-coordinate representation of color #948D59: hue angle of 52.88º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948D59 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14814189-
CMYK00.050.400.42
HSL52.88º24.89%46.47%-
HSV(B)52.88º39.86%58.04%-
XYZ23.5426.0713.24-
YUV137.16100.82135.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=39.15%
G=37.30%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481418900.050.400.4252.8824.8946.47
Hex948D5905282A35192e
Octal224215131055052653156
Binary10010100100011011011001010110100010101011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948D59; }

 p { color: rgb(148,141,89); }

 H1.HeaderClassName
 {
   color: #948D59;
 }
 .AnyTagClassName
 {
   color: #948D59;
 }
</style>
background-color css

<style>
 a { background-color: #948D59; }

 a { background-color: rgb(148,141,89); }

 div.DivClassName
 {
   background-color: #948D59;
 }
 .BgClassName
 {
   background-color: #948D59;
 }
</style>
border-color css

<style>
 span { border-color: #948D59; }

 span { border-color: rgb(148,141,89); }

 td.TdClassName
 {
   border-color: #948D59;
 }
 .TagClassName
 {
   border-color: #948D59;
 }
</style>