#949058

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

Shades of Bandicoot #949058

Tints of Bandicoot #949058

Color information

#949058 (or 0x949058) is unknown color: approx Bandicoot. HEX triplet: 94, 90 and 58. RGB value is (148,144,88). Sum of RGB (Red+Green+Blue) = 148+144+88=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #949058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949058 is #6B6FA7. Grayscale: #8B8B8B. Windows color (decimal): -7040936 or 5804180. OLE color: 5804180.

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

Color convert

RGB14814488-
CMYK00.030.410.42
HSL56º25.42%46.27%-
HSV(B)56º40.54%58.04%-
XYZ23.9526.9513.17-
YUV138.8199.33134.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=38.95%
G=37.89%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481448800.030.410.425625.4246.27
Hex94905803292A38192e
Octal224220130035152703156
Binary1001010010010000101100001110100110101011100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949058; }

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

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

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

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

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

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

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

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