#95905C

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

Shades of Bandicoot #95905C

Tints of Bandicoot #95905C

Color information

#95905C (or 0x95905C) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 5C. RGB value is (149,144,92). Sum of RGB (Red+Green+Blue) = 149+144+92=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95905C is #6A6FA3. Grayscale: #8B8B8B. Windows color (decimal): -6975396 or 6066325. OLE color: 6066325.

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

Color convert

RGB14914492-
CMYK00.030.380.42
HSL54.74º23.65%47.25%-
HSV(B)54.74º38.26%58.43%-
XYZ24.327.1114.08-
YUV139.57101.16134.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=38.70%
G=37.40%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491449200.030.380.4254.7423.6547.25
Hex95905C03262A37182f
Octal225220134034652673057
Binary1001010110010000101110001110011010101011011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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