#95905D

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

Shades of Bandicoot #95905D

Tints of Bandicoot #95905D

Color information

#95905D (or 0x95905D) is unknown color: approx Bandicoot. HEX triplet: 95, 90 and 5D. RGB value is (149,144,93). Sum of RGB (Red+Green+Blue) = 149+144+93=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95905D is #6A6FA2. Grayscale: #8B8B8B. Windows color (decimal): -6975395 or 6131861. OLE color: 6131861.

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

Color convert

RGB14914493-
CMYK00.030.380.42
HSL54.64º23.14%47.45%-
HSV(B)54.64º37.58%58.43%-
XYZ24.3427.1314.31-
YUV139.68101.66134.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=38.60%
G=37.31%
B=24.09%

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
Decimal1491449300.030.380.4254.6423.1447.45
Hex95905D03262A37172f
Octal225220135034652672757
Binary1001010110010000101110101110011010101011011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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