#9CA59B

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

Shades of Mantle #9CA59B

Tints of Mantle #9CA59B

Color information

#9CA59B (or 0x9CA59B) is unknown color: approx Mantle. HEX triplet: 9C, A5 and 9B. RGB value is (156,165,155). Sum of RGB (Red+Green+Blue) = 156+165+155=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA59B is #635A64. Grayscale: #A1A1A1. Windows color (decimal): -6511205 or 10200476. OLE color: 10200476.

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

Color convert

RGB156165155-
CMYK0.0500.060.35
HSL114º5.26%62.75%-
HSV(B)114º6.06%64.71%-
XYZ33.0836.3436.28-
YUV161.17124.52124.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=32.77%
G=34.66%
B=32.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651550.0500.060.351145.2662.75
Hex9CA59B506237253f
Octal23424523350643162577
Binary10011100101001011001101110101101000111110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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