#948E57

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

Shades of Bandicoot #948E57

Tints of Bandicoot #948E57

Color information

#948E57 (or 0x948E57) is unknown color: approx Bandicoot. HEX triplet: 94, 8E and 57. RGB value is (148,142,87). Sum of RGB (Red+Green+Blue) = 148+142+87=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E57 is #6B71A8. Grayscale: #898989. Windows color (decimal): -7041449 or 5738132. OLE color: 5738132.

HSL color Cylindrical-coordinate representation of color #948E57: hue angle of 54.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948E57 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14814287-
CMYK00.040.410.42
HSL54.1º25.96%46.08%-
HSV(B)54.1º41.22%58.04%-
XYZ23.6126.3312.85-
YUV137.5299.49135.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=39.26%
G=37.67%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481428700.040.410.4254.125.9646.08
Hex948E5704292A361a2e
Octal224216127045152663256
Binary10010100100011101010111010010100110101011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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