#9EA392

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

Shades of Delta #9EA392

Tints of Delta #9EA392

Color information

#9EA392 (or 0x9EA392) is unknown color: approx Delta. HEX triplet: 9E, A3 and 92. RGB value is (158,163,146). Sum of RGB (Red+Green+Blue) = 158+163+146=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA392 is #615C6D. Grayscale: #9F9F9F. Windows color (decimal): -6380654 or 9610142. OLE color: 9610142.

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

Color convert

RGB158163146-
CMYK0.0300.100.36
HSL77.65º8.46%60.59%-
HSV(B)77.65º10.43%63.92%-
XYZ32.3935.5432.35-
YUV159.57120.34126.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=33.83%
G=34.90%
B=31.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581631460.0300.100.3677.658.4660.59
Hex9EA39230A244e83d
Octal2362432223012441161075
Binary100111101010001110010010110101010010010011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,163,146); }

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

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

 a { background-color: rgb(158,163,146); }

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

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

 span { border-color: rgb(158,163,146); }

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