#9EA883

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

Shades of Sage #9EA883

Tints of Sage #9EA883

Color information

#9EA883 (or 0x9EA883) is unknown color: approx Sage. HEX triplet: 9E, A8 and 83. RGB value is (158,168,131). Sum of RGB (Red+Green+Blue) = 158+168+131=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA883 is #61577C. Grayscale: #A0A0A0. Windows color (decimal): -6379389 or 8628382. OLE color: 8628382.

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

Color convert

RGB158168131-
CMYK0.0600.220.34
HSL76.22º17.54%58.63%-
HSV(B)76.22º22.02%65.88%-
XYZ32.236.9126.9-
YUV160.79111.19126.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 131 (51.56% from 255) = 28.67%
R=34.57%
G=36.76%
B=28.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581681310.0600.220.3476.2217.5458.63
Hex9EA8836016224c123b
Octal2362502036026421142273
Binary100111101010100010000011110010110100010100110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,131); }

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

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

 a { background-color: rgb(158,168,131); }

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

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

 span { border-color: rgb(158,168,131); }

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