#96AA8B

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

Shades of Mantle #96AA8B

Tints of Mantle #96AA8B

Color information

#96AA8B (or 0x96AA8B) is unknown color: approx Mantle. HEX triplet: 96, AA and 8B. RGB value is (150,170,139). Sum of RGB (Red+Green+Blue) = 150+170+139=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA8B is #695574. Grayscale: #A0A0A0. Windows color (decimal): -6903157 or 9153174. OLE color: 9153174.

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

Color convert

RGB150170139-
CMYK0.1200.180.33
HSL98.71º15.42%60.59%-
HSV(B)98.71º18.24%66.67%-
XYZ31.6137.129.92-
YUV160.49115.87120.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=32.68%
G=37.04%
B=30.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701390.1200.180.3398.7115.4260.59
Hex96AA8BC0122163f3d
Octal22625221314022411431775
Binary100101101010101010001011110001001010000111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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