#95905A

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

Shades of Bandicoot #95905A

Tints of Bandicoot #95905A

Color information

#95905A (or 0x95905A) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 5A. RGB value is (149,144,90). Sum of RGB (Red+Green+Blue) = 149+144+90=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #95905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95905A is #6A6FA5. Grayscale: #8B8B8B. Windows color (decimal): -6975398 or 5935253. OLE color: 5935253.

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

Color convert

RGB14914490-
CMYK00.030.400.42
HSL54.92º24.69%46.86%-
HSV(B)54.92º39.6%58.43%-
XYZ24.2127.0713.62-
YUV139.34100.16134.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=38.90%
G=37.60%
B=23.50%

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
Decimal1491449000.030.400.4254.9224.6946.86
Hex95905A03282A37192f
Octal225220132035052673157
Binary1001010110010000101101001110100010101011011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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