#9CA49A

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

Shades of Mantle #9CA49A

Tints of Mantle #9CA49A

Color information

#9CA49A (or 0x9CA49A) is unknown color: approx Mantle. HEX triplet: 9C, A4 and 9A. RGB value is (156,164,154). Sum of RGB (Red+Green+Blue) = 156+164+154=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA49A is #635B65. Grayscale: #A0A0A0. Windows color (decimal): -6511462 or 10134684. OLE color: 10134684.

HSL color Cylindrical-coordinate representation of color #9CA49A: hue angle of 108º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9CA49A is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB156164154-
CMYK0.0500.060.36
HSL108º5.21%62.35%-
HSV(B)108º6.1%64.31%-
XYZ32.8235.9535.78-
YUV160.47124.35124.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=32.91%
G=34.60%
B=32.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641540.0500.060.361085.2162.35
Hex9CA49A506246c53e
Octal23424423250644154576
Binary10011100101001001001101010101101001001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,164,154); }

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

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

 a { background-color: rgb(156,164,154); }

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

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

 span { border-color: rgb(156,164,154); }

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