#948F59

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

Shades of Bandicoot #948F59

Tints of Bandicoot #948F59

Color information

#948F59 (or 0x948F59) is unknown color: approx Bandicoot. HEX triplet: 94, 8F and 59. RGB value is (148,143,89). Sum of RGB (Red+Green+Blue) = 148+143+89=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F59 is #6B70A6. Grayscale: #8A8A8A. Windows color (decimal): -7041191 or 5869460. OLE color: 5869460.

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

Color convert

RGB14814389-
CMYK00.030.400.42
HSL54.92º24.89%46.47%-
HSV(B)54.92º39.86%58.04%-
XYZ23.8426.6613.34-
YUV138.34100.16134.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=38.95%
G=37.63%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481438900.030.400.4254.9224.8946.47
Hex948F5903282A37192e
Octal224217131035052673156
Binary1001010010001111101100101110100010101011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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