#9DAC9C

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

Shades of Mantle #9DAC9C

Tints of Mantle #9DAC9C

Color information

#9DAC9C (or 0x9DAC9C) is unknown color: approx Mantle. HEX triplet: 9D, AC and 9C. RGB value is (157,172,156). Sum of RGB (Red+Green+Blue) = 157+172+156=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC9C is #625363. Grayscale: #A5A5A5. Windows color (decimal): -6443876 or 10267805. OLE color: 10267805.

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

Color convert

RGB157172156-
CMYK0.0900.090.33
HSL116.25º8.79%64.31%-
HSV(B)116.25º9.3%67.45%-
XYZ34.6639.0737.17-
YUV165.69122.53121.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=32.37%
G=35.46%
B=32.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721560.0900.090.33116.258.7964.31
Hex9DAC9C9092174940
Octal235254234110114116411100
Binary100111011010110010011100100101001100001111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,156); }

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

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

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

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

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

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

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