#9EA296

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

Shades of Delta #9EA296

Tints of Delta #9EA296

Color information

#9EA296 (or 0x9EA296) is unknown color: approx Delta. HEX triplet: 9E, A2 and 96. RGB value is (158,162,150). Sum of RGB (Red+Green+Blue) = 158+162+150=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA296 is #615D69. Grayscale: #9F9F9F. Windows color (decimal): -6380906 or 9872030. OLE color: 9872030.

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

Color convert

RGB158162150-
CMYK0.0200.070.36
HSL80º6.06%61.18%-
HSV(B)80º7.41%63.53%-
XYZ32.5335.3133.96-
YUV159.44122.67126.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.62%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=33.62%
G=34.47%
B=31.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621500.0200.070.36806.0661.18
Hex9EA296207245063d
Octal23624222620744120675
Binary1001111010100010100101101001111001001010000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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