#9EA295

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

Shades of Delta #9EA295

Tints of Delta #9EA295

Color information

#9EA295 (or 0x9EA295) is unknown color: approx Delta. HEX triplet: 9E, A2 and 95. RGB value is (158,162,149). Sum of RGB (Red+Green+Blue) = 158+162+149=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA295 is #615D6A. Grayscale: #9F9F9F. Windows color (decimal): -6380907 or 9806494. OLE color: 9806494.

HSL color Cylindrical-coordinate representation of color #9EA295: hue angle of 78.46º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EA295 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB158162149-
CMYK0.0200.080.36
HSL78.46º6.53%60.98%-
HSV(B)78.46º8.02%63.53%-
XYZ32.4535.2833.53-
YUV159.32122.17127.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=33.69%
G=34.54%
B=31.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621490.0200.080.3678.466.5360.98
Hex9EA295208244e73d
Octal236242225201044116775
Binary10011110101000101001010110010001001001001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,162,149); }

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

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

 a { background-color: rgb(158,162,149); }

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

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

 span { border-color: rgb(158,162,149); }

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