#9EBAB4

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

Shades of Shadow Green #9EBAB4

Tints of Shadow Green #9EBAB4

Color information

#9EBAB4 (or 0x9EBAB4) is unknown color: approx Shadow Green. HEX triplet: 9E, BA and B4. RGB value is (158,186,180). Sum of RGB (Red+Green+Blue) = 158+186+180=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBAB4 is #61454B. Grayscale: #B0B0B0. Windows color (decimal): -6374732 or 11844254. OLE color: 11844254.

HSL color Cylindrical-coordinate representation of color #9EBAB4: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EBAB4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB158186180-
CMYK0.1500.030.27
HSL167.14º16.87%67.45%-
HSV(B)167.14º15.05%72.94%-
XYZ39.945.6849.89-
YUV176.94129.72114.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=30.15%
G=35.50%
B=34.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861800.1500.030.27167.1416.8767.45
Hex9EBAB4F031Ba71143
Octal23627226417033324721103
Binary10011110101110101011010011110111101110100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,180); }

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

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

 a { background-color: rgb(158,186,180); }

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

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

 span { border-color: rgb(158,186,180); }

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