#96A58E

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

Shades of Mantle #96A58E

Tints of Mantle #96A58E

Color information

#96A58E (or 0x96A58E) is unknown color: approx Mantle. HEX triplet: 96, A5 and 8E. RGB value is (150,165,142). Sum of RGB (Red+Green+Blue) = 150+165+142=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #96A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A58E is #695A71. Grayscale: #9D9D9D. Windows color (decimal): -6904434 or 9348502. OLE color: 9348502.

HSL color Cylindrical-coordinate representation of color #96A58E: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A58E is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB150165142-
CMYK0.0900.140.35
HSL99.13º11.33%60.2%-
HSV(B)99.13º13.94%64.71%-
XYZ30.9235.3530.78-
YUV157.89119.03122.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=32.82%
G=36.11%
B=31.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651420.0900.140.3599.1311.3360.2
Hex96A58E90E2363b3c
Octal22624521611016431431374
Binary10010110101001011000111010010111010001111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,142); }

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

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

 a { background-color: rgb(150,165,142); }

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

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

 span { border-color: rgb(150,165,142); }

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