#9CA996

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

Shades of Mantle #9CA996

Tints of Mantle #9CA996

Color information

#9CA996 (or 0x9CA996) is unknown color: approx Mantle. HEX triplet: 9C, A9 and 96. RGB value is (156,169,150). Sum of RGB (Red+Green+Blue) = 156+169+150=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA996 is #635669. Grayscale: #A3A3A3. Windows color (decimal): -6510186 or 9873820. OLE color: 9873820.

HSL color Cylindrical-coordinate representation of color #9CA996: hue angle of 101.05º degrees, saturation: 0.1, 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 #9CA996 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB156169150-
CMYK0.0800.110.34
HSL101.05º9.95%62.55%-
HSV(B)101.05º11.24%66.27%-
XYZ33.437.6534.36-
YUV162.95120.69123.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=32.84%
G=35.58%
B=31.58%

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
Decimal1561691500.0800.110.34101.059.9562.55
Hex9CA99680B2265a3f
Octal23425122610013421451277
Binary10011100101010011001011010000101110001011001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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