#96B48B

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

Shades of Mantle #96B48B

Tints of Mantle #96B48B

Color information

#96B48B (or 0x96B48B) is unknown color: approx Mantle. HEX triplet: 96, B4 and 8B. RGB value is (150,180,139). Sum of RGB (Red+Green+Blue) = 150+180+139=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #96B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B48B is #694B74. Grayscale: #A6A6A6. Windows color (decimal): -6900597 or 9155734. OLE color: 9155734.

HSL color Cylindrical-coordinate representation of color #96B48B: hue angle of 103.9º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B48B is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB150180139-
CMYK0.1700.230.29
HSL103.9º21.47%62.55%-
HSV(B)103.9º22.78%70.59%-
XYZ33.5640.9930.57-
YUV166.36112.56116.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=31.98%
G=38.38%
B=29.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801390.1700.230.29103.921.4762.55
Hex96B48B110171D68153f
Octal22626421321027351502577
Binary1001011010110100100010111000101011111101110100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,139); }

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

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

 a { background-color: rgb(150,180,139); }

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

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

 span { border-color: rgb(150,180,139); }

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