#9EBDB2

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

Shades of Shadow Green #9EBDB2

Tints of Shadow Green #9EBDB2

Color information

#9EBDB2 (or 0x9EBDB2) is unknown color: approx Shadow Green. HEX triplet: 9E, BD and B2. RGB value is (158,189,178). Sum of RGB (Red+Green+Blue) = 158+189+178=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDB2 is #61424D. Grayscale: #B2B2B2. Windows color (decimal): -6373966 or 11713950. OLE color: 11713950.

HSL color Cylindrical-coordinate representation of color #9EBDB2: hue angle of 158.71º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDB2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB158189178-
CMYK0.1600.060.26
HSL158.71º19.02%68.04%-
HSV(B)158.71º16.4%74.12%-
XYZ40.3346.8849.04-
YUV178.48127.73113.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=30.10%
G=36%
B=33.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891780.1600.060.26158.7119.0268.04
Hex9EBDB210061A9f1344
Octal23627526220063223723104
Binary1001111010111101101100101000001101101010011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,189,178); }

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

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

 a { background-color: rgb(158,189,178); }

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

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

 span { border-color: rgb(158,189,178); }

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