#96AB93

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

Shades of Mantle #96AB93

Tints of Mantle #96AB93

Color information

#96AB93 (or 0x96AB93) is unknown color: approx Mantle. HEX triplet: 96, AB and 93. RGB value is (150,171,147). Sum of RGB (Red+Green+Blue) = 150+171+147=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB93 is #69546C. Grayscale: #A2A2A2. Windows color (decimal): -6902893 or 9677718. OLE color: 9677718.

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

Color convert

RGB150171147-
CMYK0.1200.140.33
HSL112.5º12.5%62.35%-
HSV(B)112.5º14.04%67.06%-
XYZ32.4137.7233.18-
YUV161.99119.54119.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=32.05%
G=36.54%
B=31.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501711470.1200.140.33112.512.562.35
Hex96AB93C0E2170d3e
Octal22625322314016411601576
Binary10010110101010111001001111000111010000111100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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