#9EA492

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

Shades of Delta #9EA492

Tints of Delta #9EA492

Color information

#9EA492 (or 0x9EA492) is unknown color: approx Delta. HEX triplet: 9E, A4 and 92. RGB value is (158,164,146). Sum of RGB (Red+Green+Blue) = 158+164+146=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA492 is #615B6D. Grayscale: #A0A0A0. Windows color (decimal): -6380398 or 9610398. OLE color: 9610398.

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

Color convert

RGB158164146-
CMYK0.0400.110.36
HSL80º9%60.78%-
HSV(B)80º10.98%64.31%-
XYZ32.5635.932.41-
YUV160.15120.01126.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=33.76%
G=35.04%
B=31.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641460.0400.110.3680960.78
Hex9EA49240B245093d
Octal2362442224013441201175
Binary1001111010100100100100101000101110010010100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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