#959056

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

Shades of Bandicoot #959056

Tints of Bandicoot #959056

Color information

#959056 (or 0x959056) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 56. RGB value is (149,144,86). Sum of RGB (Red+Green+Blue) = 149+144+86=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #959056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959056 is #6A6FA9. Grayscale: #8B8B8B. Windows color (decimal): -6975402 or 5673109. OLE color: 5673109.

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

Color convert

RGB14914486-
CMYK00.030.420.42
HSL55.24º26.81%46.08%-
HSV(B)55.24º42.28%58.43%-
XYZ24.0527.0112.75-
YUV138.8898.16135.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=39.31%
G=37.99%
B=22.69%

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
Decimal1491448600.030.420.4255.2426.8146.08
Hex959056032A2A371b2e
Octal225220126035252673356
Binary1001010110010000101011001110101010101011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959056; }

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

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

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

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

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

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

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

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