#96A38F

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

Shades of Mantle #96A38F

Tints of Mantle #96A38F

Color information

#96A38F (or 0x96A38F) is unknown color: approx Mantle. HEX triplet: 96, A3 and 8F. RGB value is (150,163,143). Sum of RGB (Red+Green+Blue) = 150+163+143=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #96A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A38F is #695C70. Grayscale: #9C9C9C. Windows color (decimal): -6904945 or 9413526. OLE color: 9413526.

HSL color Cylindrical-coordinate representation of color #96A38F: hue angle of 99º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96A38F is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB150163143-
CMYK0.0800.120.36
HSL99º9.8%60%-
HSV(B)99º12.27%63.92%-
XYZ30.6334.6631.06-
YUV156.83120.19123.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=32.89%
G=35.75%
B=31.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631430.0800.120.36999.860
Hex96A38F80C2463a3c
Octal22624321710014441431274
Binary10010110101000111000111110000110010010011000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,163,143); }

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

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

 a { background-color: rgb(150,163,143); }

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

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

 span { border-color: rgb(150,163,143); }

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