#96B18E

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

Shades of Mantle #96B18E

Tints of Mantle #96B18E

Color information

#96B18E (or 0x96B18E) is unknown color: approx Mantle. HEX triplet: 96, B1 and 8E. RGB value is (150,177,142). Sum of RGB (Red+Green+Blue) = 150+177+142=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #96B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B18E is #694E71. Grayscale: #A5A5A5. Windows color (decimal): -6901362 or 9351574. OLE color: 9351574.

HSL color Cylindrical-coordinate representation of color #96B18E: hue angle of 106.29º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B18E is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB150177142-
CMYK0.1500.200.31
HSL106.29º18.32%62.55%-
HSV(B)106.29º19.77%69.41%-
XYZ33.1839.8831.54-
YUV164.94115.05117.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=31.98%
G=37.74%
B=30.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501771420.1500.200.31106.2918.3262.55
Hex96B18EF0141F6a123f
Octal22626121617024371522277
Binary100101101011000110001110111101010011111110101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,142); }

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

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

 a { background-color: rgb(150,177,142); }

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

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

 span { border-color: rgb(150,177,142); }

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