#9CA387

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

Shades of Sage #9CA387

Tints of Sage #9CA387

Color information

#9CA387 (or 0x9CA387) is unknown color: approx Sage. HEX triplet: 9C, A3 and 87. RGB value is (156,163,135). Sum of RGB (Red+Green+Blue) = 156+163+135=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA387 is #635C78. Grayscale: #9D9D9D. Windows color (decimal): -6511737 or 8889244. OLE color: 8889244.

HSL color Cylindrical-coordinate representation of color #9CA387: hue angle of 75º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA387 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB156163135-
CMYK0.0400.170.36
HSL75º13.21%58.43%-
HSV(B)75º17.18%63.92%-
XYZ31.1835.0128.04-
YUV157.71115.18126.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=34.36%
G=35.90%
B=29.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561631350.0400.170.367513.2158.43
Hex9CA3874011244bd3a
Octal2342432074021441131572
Binary10011100101000111000011110001000110010010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,163,135); }

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

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

 a { background-color: rgb(156,163,135); }

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

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

 span { border-color: rgb(156,163,135); }

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