#9CA576

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

Shades of Sage #9CA576

Tints of Sage #9CA576

Color information

#9CA576 (or 0x9CA576) is unknown color: approx Sage. HEX triplet: 9C, A5 and 76. RGB value is (156,165,118). Sum of RGB (Red+Green+Blue) = 156+165+118=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA576 is #635A89. Grayscale: #9D9D9D. Windows color (decimal): -6511242 or 7775644. OLE color: 7775644.

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

Color convert

RGB156165118-
CMYK0.0500.280.35
HSL71.49º20.7%55.49%-
HSV(B)71.49º28.48%64.71%-
XYZ30.4435.2922.35-
YUV156.95106.02127.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=35.54%
G=37.59%
B=26.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651180.0500.280.3571.4920.755.49
Hex9CA576501C23471537
Octal2342451665034431072567
Binary10011100101001011110110101011100100011100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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