#959059

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

Shades of Bandicoot #959059

Tints of Bandicoot #959059

Color information

#959059 (or 0x959059) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 59. RGB value is (149,144,89). Sum of RGB (Red+Green+Blue) = 149+144+89=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #959059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959059 is #6A6FA6. Grayscale: #8B8B8B. Windows color (decimal): -6975399 or 5869717. OLE color: 5869717.

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

Color convert

RGB14914489-
CMYK00.030.400.42
HSL55º25.21%46.67%-
HSV(B)55º40.27%58.43%-
XYZ24.1727.0613.4-
YUV139.2299.66134.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=39.01%
G=37.70%
B=23.30%

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
Decimal1491448900.030.400.425525.2146.67
Hex95905903282A37192f
Octal225220131035052673157
Binary1001010110010000101100101110100010101011011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959059; }

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

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

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

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

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

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

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

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