#9EAA85

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

Shades of Sage #9EAA85

Tints of Sage #9EAA85

Color information

#9EAA85 (or 0x9EAA85) is unknown color: approx Sage. HEX triplet: 9E, AA and 85. RGB value is (158,170,133). Sum of RGB (Red+Green+Blue) = 158+170+133=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA85 is #61557A. Grayscale: #A2A2A2. Windows color (decimal): -6378875 or 8759966. OLE color: 8759966.

HSL color Cylindrical-coordinate representation of color #9EAA85: hue angle of 79.46º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EAA85 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB158170133-
CMYK0.0700.220.33
HSL79.46º17.87%59.41%-
HSV(B)79.46º21.76%66.67%-
XYZ32.7137.7127.75-
YUV162.19111.52125.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=34.27%
G=36.88%
B=28.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581701330.0700.220.3379.4617.8759.41
Hex9EAA857016214f123b
Octal2362522057026411172273
Binary100111101010101010000101111010110100001100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,133); }

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

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

 a { background-color: rgb(158,170,133); }

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

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

 span { border-color: rgb(158,170,133); }

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