#959058

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

Shades of Bandicoot #959058

Tints of Bandicoot #959058

Color information

#959058 (or 0x959058) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 58. RGB value is (149,144,88). Sum of RGB (Red+Green+Blue) = 149+144+88=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #959058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959058 is #6A6FA7. Grayscale: #8B8B8B. Windows color (decimal): -6975400 or 5804181. OLE color: 5804181.

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

Color convert

RGB14914488-
CMYK00.030.410.42
HSL55.08º25.74%46.47%-
HSV(B)55.08º40.94%58.43%-
XYZ24.1327.0413.18-
YUV139.1199.16135.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=39.11%
G=37.80%
B=23.10%

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
Decimal1491448800.030.410.4255.0825.7446.47
Hex95905803292A371a2e
Octal225220130035152673256
Binary1001010110010000101100001110100110101011011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959058; }

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

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

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

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

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

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

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

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