#96B488

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

Shades of Mantle #96B488

Tints of Mantle #96B488

Color information

#96B488 (or 0x96B488) is unknown color: approx Mantle. HEX triplet: 96, B4 and 88. RGB value is (150,180,136). Sum of RGB (Red+Green+Blue) = 150+180+136=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #96B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B488 is #694B77. Grayscale: #A6A6A6. Windows color (decimal): -6900600 or 8959126. OLE color: 8959126.

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

Color convert

RGB150180136-
CMYK0.1700.240.29
HSL100.91º22.68%61.96%-
HSV(B)100.91º24.44%70.59%-
XYZ33.3440.929.43-
YUV166.01111.06116.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=32.19%
G=38.63%
B=29.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801360.1700.240.29100.9122.6861.96
Hex96B488110181D65173e
Octal22626421021030351452776
Binary1001011010110100100010001000101100011101110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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