#96A193

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

Shades of Mantle #96A193

Tints of Mantle #96A193

Color information

#96A193 (or 0x96A193) is unknown color: approx Mantle. HEX triplet: 96, A1 and 93. RGB value is (150,161,147). Sum of RGB (Red+Green+Blue) = 150+161+147=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #96A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A193 is #695E6C. Grayscale: #9C9C9C. Windows color (decimal): -6905453 or 9675158. OLE color: 9675158.

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

Color convert

RGB150161147-
CMYK0.0700.090.37
HSL107.14º6.93%60.39%-
HSV(B)107.14º8.7%63.14%-
XYZ30.5934.0832.57-
YUV156.12122.86123.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=32.75%
G=35.15%
B=32.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501611470.0700.090.37107.146.9360.39
Hex96A193709256b73c
Octal226241223701145153774
Binary100101101010000110010011111010011001011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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