#9EA197

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

Shades of Delta #9EA197

Tints of Delta #9EA197

Color information

#9EA197 (or 0x9EA197) is unknown color: approx Delta. HEX triplet: 9E, A1 and 97. RGB value is (158,161,151). Sum of RGB (Red+Green+Blue) = 158+161+151=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA197 is #615E68. Grayscale: #9F9F9F. Windows color (decimal): -6381161 or 9937310. OLE color: 9937310.

HSL color Cylindrical-coordinate representation of color #9EA197: hue angle of 78º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9EA197 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB158161151-
CMYK0.0200.060.37
HSL78º5.05%61.18%-
HSV(B)78º6.21%63.14%-
XYZ32.4334.9934.32-
YUV158.96123.51127.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.62%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=33.62%
G=34.26%
B=32.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581611510.0200.060.37785.0561.18
Hex9EA197206254e53d
Octal23624122720645116575
Binary1001111010100001100101111001101001011001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,151); }

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

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

 a { background-color: rgb(158,161,151); }

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

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

 span { border-color: rgb(158,161,151); }

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