#96A190

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

Shades of Mantle #96A190

Tints of Mantle #96A190

Color information

#96A190 (or 0x96A190) is unknown color: approx Mantle. HEX triplet: 96, A1 and 90. RGB value is (150,161,144). Sum of RGB (Red+Green+Blue) = 150+161+144=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #96A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A190 is #695E6F. Grayscale: #9B9B9B. Windows color (decimal): -6905456 or 9478550. OLE color: 9478550.

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

Color convert

RGB150161144-
CMYK0.0700.110.37
HSL98.82º8.29%59.8%-
HSV(B)98.82º10.56%63.14%-
XYZ30.3633.9931.35-
YUV155.77121.36123.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=32.97%
G=35.38%
B=31.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501611440.0700.110.3798.828.2959.8
Hex96A19070B256383c
Octal2262412207013451431074
Binary1001011010100001100100001110101110010111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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