#9DAB95

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

Shades of Mantle #9DAB95

Tints of Mantle #9DAB95

Color information

#9DAB95 (or 0x9DAB95) is unknown color: approx Mantle. HEX triplet: 9D, AB and 95. RGB value is (157,171,149). Sum of RGB (Red+Green+Blue) = 157+171+149=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB95 is #62546A. Grayscale: #A4A4A4. Windows color (decimal): -6444139 or 9808797. OLE color: 9808797.

HSL color Cylindrical-coordinate representation of color #9DAB95: hue angle of 98.18º 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 #9DAB95 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB157171149-
CMYK0.0800.130.33
HSL98.18º11.58%62.75%-
HSV(B)98.18º12.87%67.06%-
XYZ33.8938.4634.07-
YUV164.31119.36122.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=32.91%
G=35.85%
B=31.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711490.0800.130.3398.1811.5862.75
Hex9DAB9580D2162c3f
Octal23525322510015411421477
Binary10011101101010111001010110000110110000111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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