#959057

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

Shades of Bandicoot #959057

Tints of Bandicoot #959057

Color information

#959057 (or 0x959057) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 57. RGB value is (149,144,87). Sum of RGB (Red+Green+Blue) = 149+144+87=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #959057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959057 is #6A6FA8. Grayscale: #8B8B8B. Windows color (decimal): -6975401 or 5738645. OLE color: 5738645.

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

Color convert

RGB14914487-
CMYK00.030.420.42
HSL55.16º26.27%46.27%-
HSV(B)55.16º41.61%58.43%-
XYZ24.0927.0212.96-
YUV13998.66135.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=39.21%
G=37.89%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491448700.030.420.4255.1626.2746.27
Hex959057032A2A371a2e
Octal225220127035252673256
Binary1001010110010000101011101110101010101011011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959057; }

 p { color: rgb(149,144,87); }

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

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

 a { background-color: rgb(149,144,87); }

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

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

 span { border-color: rgb(149,144,87); }

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