#95905B

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

Shades of Bandicoot #95905B

Tints of Bandicoot #95905B

Color information

#95905B (or 0x95905B) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 5B. RGB value is (149,144,91). Sum of RGB (Red+Green+Blue) = 149+144+91=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95905B is #6A6FA4. Grayscale: #8B8B8B. Windows color (decimal): -6975397 or 6000789. OLE color: 6000789.

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

Color convert

RGB14914491-
CMYK00.030.390.42
HSL54.83º24.17%47.06%-
HSV(B)54.83º38.93%58.43%-
XYZ24.2627.0913.85-
YUV139.45100.66134.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=38.80%
G=37.5%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491449100.030.390.4254.8324.1747.06
Hex95905B03272A37182f
Octal225220133034752673057
Binary1001010110010000101101101110011110101011011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95905B; }

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

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

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

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

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

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

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

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