#96AA94

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

Shades of Mantle #96AA94

Tints of Mantle #96AA94

Color information

#96AA94 (or 0x96AA94) is unknown color: approx Mantle. HEX triplet: 96, AA and 94. RGB value is (150,170,148). Sum of RGB (Red+Green+Blue) = 150+170+148=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA94 is #69556B. Grayscale: #A1A1A1. Windows color (decimal): -6903148 or 9742998. OLE color: 9742998.

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

Color convert

RGB150170148-
CMYK0.1200.130.33
HSL114.55º11.46%62.35%-
HSV(B)114.55º12.94%66.67%-
XYZ32.337.3733.53-
YUV161.51120.37119.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=32.05%
G=36.32%
B=31.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701480.1200.130.33114.5511.4662.35
Hex96AA94C0D2173b3e
Octal22625222414015411631376
Binary10010110101010101001010011000110110000111100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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