#9DAD95

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

Shades of Mantle #9DAD95

Tints of Mantle #9DAD95

Color information

#9DAD95 (or 0x9DAD95) is unknown color: approx Mantle. HEX triplet: 9D, AD and 95. RGB value is (157,173,149). Sum of RGB (Red+Green+Blue) = 157+173+149=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD95 is #62526A. Grayscale: #A5A5A5. Windows color (decimal): -6443627 or 9809309. OLE color: 9809309.

HSL color Cylindrical-coordinate representation of color #9DAD95: hue angle of 100º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DAD95 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB157173149-
CMYK0.0900.140.32
HSL100º12.77%63.14%-
HSV(B)100º13.87%67.84%-
XYZ34.2739.2334.2-
YUV165.48118.7121.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=32.78%
G=36.12%
B=31.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731490.0900.140.3210012.7763.14
Hex9DAD9590E2064d3f
Octal23525522511016401441577
Binary10011101101011011001010110010111010000011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DAD95; }

 p { color: rgb(157,173,149); }

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

<style>
 a { background-color: #9DAD95; }

 a { background-color: rgb(157,173,149); }

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

<style>
 span { border-color: #9DAD95; }

 span { border-color: rgb(157,173,149); }

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