#9EA19B

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

Shades of Delta #9EA19B

Tints of Delta #9EA19B

Color information

#9EA19B (or 0x9EA19B) is unknown color: approx Delta. HEX triplet: 9E, A1 and 9B. RGB value is (158,161,155). Sum of RGB (Red+Green+Blue) = 158+161+155=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA19B is #615E64. Grayscale: #9F9F9F. Windows color (decimal): -6381157 or 10199454. OLE color: 10199454.

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

Color convert

RGB158161155-
CMYK0.0200.040.37
HSL90º3.09%61.96%-
HSV(B)90º3.73%63.14%-
XYZ32.7635.1336.06-
YUV159.42125.51126.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=33.33%
G=33.97%
B=32.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581611550.0200.040.37903.0961.96
Hex9EA19B204255a33e
Octal23624123320445132376
Binary100111101010000110011011100100100101101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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