#96AC96

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

Shades of Mantle #96AC96

Tints of Mantle #96AC96

Color information

#96AC96 (or 0x96AC96) is unknown color: approx Mantle. HEX triplet: 96, AC and 96. RGB value is (150,172,150). Sum of RGB (Red+Green+Blue) = 150+172+150=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC96 is #695369. Grayscale: #A2A2A2. Windows color (decimal): -6902634 or 9874582. OLE color: 9874582.

HSL color Cylindrical-coordinate representation of color #96AC96: hue angle of 120º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96AC96 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB150172150-
CMYK0.1300.130.33
HSL120º11.7%63.14%-
HSV(B)120º12.79%67.45%-
XYZ32.8438.1934.5-
YUV162.91120.71118.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=31.78%
G=36.44%
B=31.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721500.1300.130.3312011.763.14
Hex96AC96D0D2178c3f
Octal22625422615015411701477
Binary10010110101011001001011011010110110000111110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,172,150); }

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

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

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

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

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

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

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