#9CA497

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

Shades of Mantle #9CA497

Tints of Mantle #9CA497

Color information

#9CA497 (or 0x9CA497) is unknown color: approx Mantle. HEX triplet: 9C, A4 and 97. RGB value is (156,164,151). Sum of RGB (Red+Green+Blue) = 156+164+151=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA497 is #635B68. Grayscale: #A0A0A0. Windows color (decimal): -6511465 or 9938076. OLE color: 9938076.

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

Color convert

RGB156164151-
CMYK0.0500.080.36
HSL96.92º6.67%61.76%-
HSV(B)96.92º7.93%64.31%-
XYZ32.5735.8534.48-
YUV160.13122.85125.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=33.12%
G=34.82%
B=32.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641510.0500.080.3696.926.6761.76
Hex9CA497508246173e
Octal234244227501044141776
Binary100111001010010010010111101010001001001100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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