#96AC95

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

Shades of Mantle #96AC95

Tints of Mantle #96AC95

Color information

#96AC95 (or 0x96AC95) is unknown color: approx Mantle. HEX triplet: 96, AC and 95. RGB value is (150,172,149). Sum of RGB (Red+Green+Blue) = 150+172+149=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC95 is #69536A. Grayscale: #A2A2A2. Windows color (decimal): -6902635 or 9809046. OLE color: 9809046.

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

Color convert

RGB150172149-
CMYK0.1300.130.33
HSL117.39º12.17%62.94%-
HSV(B)117.39º13.37%67.45%-
XYZ32.7638.1634.07-
YUV162.8120.21118.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=31.85%
G=36.52%
B=31.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721490.1300.130.33117.3912.1762.94
Hex96AC95D0D2175c3f
Octal22625422515015411651477
Binary10010110101011001001010111010110110000111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,172,149); }

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

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

 a { background-color: rgb(150,172,149); }

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

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

 span { border-color: rgb(150,172,149); }

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