#9CA973

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

Shades of Sage #9CA973

Tints of Sage #9CA973

Color information

#9CA973 (or 0x9CA973) is unknown color: approx Sage. HEX triplet: 9C, A9 and 73. RGB value is (156,169,115). Sum of RGB (Red+Green+Blue) = 156+169+115=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA973 is #63568C. Grayscale: #9F9F9F. Windows color (decimal): -6510221 or 7580060. OLE color: 7580060.

HSL color Cylindrical-coordinate representation of color #9CA973: hue angle of 74.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CA973 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB156169115-
CMYK0.0800.320.34
HSL74.44º23.89%55.69%-
HSV(B)74.44º31.95%66.27%-
XYZ30.9936.6821.67-
YUV158.96103.19125.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=35.45%
G=38.41%
B=26.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691150.0800.320.3474.4423.8955.69
Hex9CA9738020224a1838
Octal23425116310040421123070
Binary1001110010101001111001110000100000100010100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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