#9CA59A

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

Shades of Mantle #9CA59A

Tints of Mantle #9CA59A

Color information

#9CA59A (or 0x9CA59A) is unknown color: approx Mantle. HEX triplet: 9C, A5 and 9A. RGB value is (156,165,154). Sum of RGB (Red+Green+Blue) = 156+165+154=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA59A is #635A65. Grayscale: #A1A1A1. Windows color (decimal): -6511206 or 10134940. OLE color: 10134940.

HSL color Cylindrical-coordinate representation of color #9CA59A: hue angle of 109.09º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9CA59A is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB156165154-
CMYK0.0500.070.35
HSL109.09º5.76%62.55%-
HSV(B)109.09º6.67%64.71%-
XYZ3336.3135.84-
YUV161.06124.02124.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=32.84%
G=34.74%
B=32.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651540.0500.070.35109.095.7662.55
Hex9CA59A507236d63f
Octal23424523250743155677
Binary10011100101001011001101010101111000111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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