#9CA380

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

Shades of Sage #9CA380

Tints of Sage #9CA380

Color information

#9CA380 (or 0x9CA380) is unknown color: approx Sage. HEX triplet: 9C, A3 and 80. RGB value is (156,163,128). Sum of RGB (Red+Green+Blue) = 156+163+128=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA380 is #635C7F. Grayscale: #9D9D9D. Windows color (decimal): -6511744 or 8430492. OLE color: 8430492.

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

Color convert

RGB156163128-
CMYK0.0400.210.36
HSL72º15.98%57.06%-
HSV(B)72º21.47%63.92%-
XYZ30.734.8225.52-
YUV156.92111.68127.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=34.90%
G=36.47%
B=28.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561631280.0400.210.367215.9857.06
Hex9CA380401524481039
Octal2342432004025441102071
Binary100111001010001110000000100010101100100100100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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