#9CA997

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

Shades of Mantle #9CA997

Tints of Mantle #9CA997

Color information

#9CA997 (or 0x9CA997) is unknown color: approx Mantle. HEX triplet: 9C, A9 and 97. RGB value is (156,169,151). Sum of RGB (Red+Green+Blue) = 156+169+151=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA997 is #635668. Grayscale: #A3A3A3. Windows color (decimal): -6510185 or 9939356. OLE color: 9939356.

HSL color Cylindrical-coordinate representation of color #9CA997: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CA997 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB156169151-
CMYK0.0800.110.34
HSL103.33º9.47%62.75%-
HSV(B)103.33º10.65%66.27%-
XYZ33.4837.6834.79-
YUV163.06121.19122.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=32.77%
G=35.50%
B=31.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691510.0800.110.34103.339.4762.75
Hex9CA99780B226793f
Octal23425122710013421471177
Binary10011100101010011001011110000101110001011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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