#949059

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

Shades of Bandicoot #949059

Tints of Bandicoot #949059

Color information

#949059 (or 0x949059) is unknown color: approx Bandicoot. HEX triplet: 94, 90 and 59. RGB value is (148,144,89). Sum of RGB (Red+Green+Blue) = 148+144+89=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #949059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949059 is #6B6FA6. Grayscale: #8B8B8B. Windows color (decimal): -7040935 or 5869716. OLE color: 5869716.

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

Color convert

RGB14814489-
CMYK00.030.400.42
HSL55.93º24.89%46.47%-
HSV(B)55.93º39.86%58.04%-
XYZ23.9926.9613.39-
YUV138.9399.83134.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=38.85%
G=37.80%
B=23.36%

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
Decimal1481448900.030.400.4255.9324.8946.47
Hex94905903282A38192e
Octal224220131035052703156
Binary1001010010010000101100101110100010101011100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949059; }

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

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

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

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

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

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

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

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