#9EA592

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

Shades of Delta #9EA592

Tints of Delta #9EA592

Color information

#9EA592 (or 0x9EA592) is unknown color: approx Delta. HEX triplet: 9E, A5 and 92. RGB value is (158,165,146). Sum of RGB (Red+Green+Blue) = 158+165+146=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA592 is #615A6D. Grayscale: #A0A0A0. Windows color (decimal): -6380142 or 9610654. OLE color: 9610654.

HSL color Cylindrical-coordinate representation of color #9EA592: hue angle of 82.11º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA592 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB158165146-
CMYK0.0400.120.35
HSL82.11º9.55%60.98%-
HSV(B)82.11º11.52%64.71%-
XYZ32.7436.2532.47-
YUV160.74119.68126.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=33.69%
G=35.18%
B=31.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651460.0400.120.3582.119.5560.98
Hex9EA59240C2352a3d
Octal2362452224014431221275
Binary1001111010100101100100101000110010001110100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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