#9CA476

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

Shades of Sage #9CA476

Tints of Sage #9CA476

Color information

#9CA476 (or 0x9CA476) is unknown color: approx Sage. HEX triplet: 9C, A4 and 76. RGB value is (156,164,118). Sum of RGB (Red+Green+Blue) = 156+164+118=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA476 is #635B89. Grayscale: #9C9C9C. Windows color (decimal): -6511498 or 7775388. OLE color: 7775388.

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

Color convert

RGB156164118-
CMYK0.0500.280.36
HSL70.43º20.18%55.29%-
HSV(B)70.43º28.05%64.31%-
XYZ30.2634.9322.29-
YUV156.36106.35127.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=35.62%
G=37.44%
B=26.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641180.0500.280.3670.4320.1855.29
Hex9CA476501C24461437
Octal2342441665034441062467
Binary10011100101001001110110101011100100100100011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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