#9EA98C

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

Shades of Delta #9EA98C

Tints of Delta #9EA98C

Color information

#9EA98C (or 0x9EA98C) is unknown color: approx Delta. HEX triplet: 9E, A9 and 8C. RGB value is (158,169,140). Sum of RGB (Red+Green+Blue) = 158+169+140=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA98C is #615673. Grayscale: #A2A2A2. Windows color (decimal): -6379124 or 9218462. OLE color: 9218462.

HSL color Cylindrical-coordinate representation of color #9EA98C: hue angle of 82.76º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA98C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB158169140-
CMYK0.0700.170.34
HSL82.76º14.43%60.59%-
HSV(B)82.76º17.16%66.27%-
XYZ33.0237.5430.32-
YUV162.4115.36124.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=33.83%
G=36.19%
B=29.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691400.0700.170.3482.7614.4360.59
Hex9EA98C70112253e3d
Octal2362512147021421231675
Binary10011110101010011000110011101000110001010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,169,140); }

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

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

 a { background-color: rgb(158,169,140); }

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

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

 span { border-color: rgb(158,169,140); }

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