#96A093

Color #96A093 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #96A093

Tints of Mantle #96A093

Color information

#96A093 (or 0x96A093) is unknown color: approx Mantle. HEX triplet: 96, A0 and 93. RGB value is (150,160,147). Sum of RGB (Red+Green+Blue) = 150+160+147=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #96A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A093 is #695F6C. Grayscale: #9B9B9B. Windows color (decimal): -6905709 or 9674902. OLE color: 9674902.

HSL color Cylindrical-coordinate representation of color #96A093: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A093 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB150160147-
CMYK0.0600.080.37
HSL106.15º6.4%60.2%-
HSV(B)106.15º8.12%62.75%-
XYZ30.4133.7332.51-
YUV155.53123.19124.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=32.82%
G=35.01%
B=32.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501601470.0600.080.37106.156.460.2
Hex96A093608256a63c
Octal226240223601045152674
Binary100101101010000010010011110010001001011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A093; }

 p { color: rgb(150,160,147); }

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

<style>
 a { background-color: #96A093; }

 a { background-color: rgb(150,160,147); }

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

<style>
 span { border-color: #96A093; }

 span { border-color: rgb(150,160,147); }

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