#948E5E

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

Shades of Bandicoot #948E5E

Tints of Bandicoot #948E5E

Color information

#948E5E (or 0x948E5E) is unknown color: approx Bandicoot. HEX triplet: 94, 8E and 5E. RGB value is (148,142,94). Sum of RGB (Red+Green+Blue) = 148+142+94=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #948E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E5E is #6B71A1. Grayscale: #8A8A8A. Windows color (decimal): -7041442 or 6196884. OLE color: 6196884.

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

Color convert

RGB14814294-
CMYK00.040.360.42
HSL53.33º22.31%47.45%-
HSV(B)53.33º36.49%58.04%-
XYZ23.9126.4514.44-
YUV138.32102.99134.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=38.54%
G=36.98%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481429400.040.360.4253.3322.3147.45
Hex948E5E04242A35162f
Octal224216136044452652657
Binary10010100100011101011110010010010010101011010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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