#96B48A

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

Shades of Mantle #96B48A

Tints of Mantle #96B48A

Color information

#96B48A (or 0x96B48A) is unknown color: approx Mantle. HEX triplet: 96, B4 and 8A. RGB value is (150,180,138). Sum of RGB (Red+Green+Blue) = 150+180+138=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #96B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B48A is #694B75. Grayscale: #A6A6A6. Windows color (decimal): -6900598 or 9090198. OLE color: 9090198.

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

Color convert

RGB150180138-
CMYK0.1700.230.29
HSL102.86º21.88%62.35%-
HSV(B)102.86º23.33%70.59%-
XYZ33.4940.9630.19-
YUV166.24112.06116.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=32.05%
G=38.46%
B=29.49%

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
Decimal1501801380.1700.230.29102.8621.8862.35
Hex96B48A110171D67163e
Octal22626421221027351472676
Binary1001011010110100100010101000101011111101110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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