#96905A

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

Shades of Bandicoot #96905A

Tints of Bandicoot #96905A

Color information

#96905A (or 0x96905A) is unknown color: approx Bandicoot. HEX triplet: 96, 90 and 5A. RGB value is (150,144,90). Sum of RGB (Red+Green+Blue) = 150+144+90=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #96905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96905A is #696FA5. Grayscale: #8B8B8B. Windows color (decimal): -6909862 or 5935254. OLE color: 5935254.

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

Color convert

RGB15014490-
CMYK00.040.40.41
HSL54º25%47.06%-
HSV(B)54º40%58.82%-
XYZ24.427.1713.63-
YUV139.6499.99135.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=39.06%
G=37.5%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501449000.040.40.41542547.06
Hex96905A04282936192f
Octal226220132045051663157
Binary10010110100100001011010010010100010100111011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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