#96AA8D

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

Shades of Mantle #96AA8D

Tints of Mantle #96AA8D

Color information

#96AA8D (or 0x96AA8D) is unknown color: approx Mantle. HEX triplet: 96, AA and 8D. RGB value is (150,170,141). Sum of RGB (Red+Green+Blue) = 150+170+141=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA8D is #695572. Grayscale: #A0A0A0. Windows color (decimal): -6903155 or 9284246. OLE color: 9284246.

HSL color Cylindrical-coordinate representation of color #96AA8D: hue angle of 101.38º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AA8D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB150170141-
CMYK0.1200.170.33
HSL101.38º14.57%60.98%-
HSV(B)101.38º17.06%66.67%-
XYZ31.7637.1630.7-
YUV160.71116.87120.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=32.54%
G=36.88%
B=30.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701410.1200.170.33101.3814.5760.98
Hex96AA8DC0112165f3d
Octal22625221514021411451775
Binary100101101010101010001101110001000110000111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,170,141); }

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

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

 a { background-color: rgb(150,170,141); }

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

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

 span { border-color: rgb(150,170,141); }

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