#9DAD9D

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

Shades of Mantle #9DAD9D

Tints of Mantle #9DAD9D

Color information

#9DAD9D (or 0x9DAD9D) is unknown color: approx Mantle. HEX triplet: 9D, AD and 9D. RGB value is (157,173,157). Sum of RGB (Red+Green+Blue) = 157+173+157=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD9D is #625262. Grayscale: #A6A6A6. Windows color (decimal): -6443619 or 10333597. OLE color: 10333597.

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

Color convert

RGB157173157-
CMYK0.0900.090.32
HSL120º8.89%64.71%-
HSV(B)120º9.25%67.84%-
XYZ34.9339.4937.68-
YUV166.39122.7121.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=32.24%
G=35.52%
B=32.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731570.0900.090.321208.8964.71
Hex9DAD9D9092078941
Octal235255235110114017011101
Binary100111011010110110011101100101001100000111100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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