#96AD90

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

Shades of Mantle #96AD90

Tints of Mantle #96AD90

Color information

#96AD90 (or 0x96AD90) is unknown color: approx Mantle. HEX triplet: 96, AD and 90. RGB value is (150,173,144). Sum of RGB (Red+Green+Blue) = 150+173+144=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AD90 is #69526F. Grayscale: #A2A2A2. Windows color (decimal): -6902384 or 9481622. OLE color: 9481622.

HSL color Cylindrical-coordinate representation of color #96AD90: hue angle of 107.59º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AD90 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB150173144-
CMYK0.1300.170.32
HSL107.59º15.03%62.16%-
HSV(B)107.59º16.76%67.84%-
XYZ32.5638.3832.08-
YUV162.82117.38118.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=32.12%
G=37.04%
B=30.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501731440.1300.170.32107.5915.0362.16
Hex96AD90D011206cf3e
Octal22625522015021401541776
Binary100101101010110110010000110101000110000011011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,144); }

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

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

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

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

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

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

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