#9EA29B

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

Shades of Delta #9EA29B

Tints of Delta #9EA29B

Color information

#9EA29B (or 0x9EA29B) is unknown color: approx Delta. HEX triplet: 9E, A2 and 9B. RGB value is (158,162,155). Sum of RGB (Red+Green+Blue) = 158+162+155=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA29B is #615D64. Grayscale: #A0A0A0. Windows color (decimal): -6380901 or 10199710. OLE color: 10199710.

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

Color convert

RGB158162155-
CMYK0.0200.040.36
HSL94.29º3.63%62.16%-
HSV(B)94.29º4.32%63.53%-
XYZ32.9435.4836.12-
YUV160.01125.17126.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=33.26%
G=34.11%
B=32.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621550.0200.040.3694.293.6362.16
Hex9EA29B204245e43e
Octal23624223320444136476
Binary1001111010100010100110111001001001001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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