#96905C

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

Shades of Bandicoot #96905C

Tints of Bandicoot #96905C

Color information

#96905C (or 0x96905C) is unknown color: approx Bandicoot. HEX triplet: 96, 90 and 5C. RGB value is (150,144,92). Sum of RGB (Red+Green+Blue) = 150+144+92=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96905C is #696FA3. Grayscale: #8C8C8C. Windows color (decimal): -6909860 or 6066326. OLE color: 6066326.

HSL color Cylindrical-coordinate representation of color #96905C: hue angle of 53.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96905C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15014492-
CMYK00.040.390.41
HSL53.79º23.97%47.45%-
HSV(B)53.79º38.67%58.82%-
XYZ24.4827.214.09-
YUV139.87100.99135.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=38.86%
G=37.31%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501449200.040.390.4153.7923.9747.45
Hex96905C04272936182f
Octal226220134044751663057
Binary10010110100100001011100010010011110100111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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