#96B38A

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

Shades of Mantle #96B38A

Tints of Mantle #96B38A

Color information

#96B38A (or 0x96B38A) is unknown color: approx Mantle. HEX triplet: 96, B3 and 8A. RGB value is (150,179,138). Sum of RGB (Red+Green+Blue) = 150+179+138=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #96B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B38A is #694C75. Grayscale: #A5A5A5. Windows color (decimal): -6900854 or 9089942. OLE color: 9089942.

HSL color Cylindrical-coordinate representation of color #96B38A: hue angle of 102.44º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B38A is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB150179138-
CMYK0.1600.230.30
HSL102.44º21.24%62.16%-
HSV(B)102.44º22.91%70.2%-
XYZ33.2940.5630.12-
YUV165.66112.39116.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=32.12%
G=38.33%
B=29.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501791380.1600.230.30102.4421.2462.16
Hex96B38A100171E66153e
Octal22626321220027361462576
Binary1001011010110011100010101000001011111110110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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