#948E59

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

Shades of Bandicoot #948E59

Tints of Bandicoot #948E59

Color information

#948E59 (or 0x948E59) is unknown color: approx Bandicoot. HEX triplet: 94, 8E and 59. RGB value is (148,142,89). Sum of RGB (Red+Green+Blue) = 148+142+89=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #948E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E59 is #6B71A6. Grayscale: #898989. Windows color (decimal): -7041447 or 5869204. OLE color: 5869204.

HSL color Cylindrical-coordinate representation of color #948E59: hue angle of 53.9º 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 #948E59 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14814289-
CMYK00.040.400.42
HSL53.9º24.89%46.47%-
HSV(B)53.9º39.86%58.04%-
XYZ23.6926.3613.29-
YUV137.75100.49135.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=39.05%
G=37.47%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481428900.040.400.4253.924.8946.47
Hex948E5904282A36192e
Octal224216131045052663156
Binary10010100100011101011001010010100010101011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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