#9CAD95

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

Shades of Mantle #9CAD95

Tints of Mantle #9CAD95

Color information

#9CAD95 (or 0x9CAD95) is unknown color: approx Mantle. HEX triplet: 9C, AD and 95. RGB value is (156,173,149). Sum of RGB (Red+Green+Blue) = 156+173+149=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD95 is #63526A. Grayscale: #A5A5A5. Windows color (decimal): -6509163 or 9809308. OLE color: 9809308.

HSL color Cylindrical-coordinate representation of color #9CAD95: hue angle of 102.5º 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 #9CAD95 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB156173149-
CMYK0.1000.140.32
HSL102.5º12.77%63.14%-
HSV(B)102.5º13.87%67.84%-
XYZ34.0839.1234.19-
YUV165.18118.87121.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=32.64%
G=36.19%
B=31.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561731490.1000.140.32102.512.7763.14
Hex9CAD95A0E2066d3f
Octal23425522512016401461577
Binary10011100101011011001010110100111010000011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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