#9EBCB2

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

Shades of Shadow Green #9EBCB2

Tints of Shadow Green #9EBCB2

Color information

#9EBCB2 (or 0x9EBCB2) is unknown color: approx Shadow Green. HEX triplet: 9E, BC and B2. RGB value is (158,188,178). Sum of RGB (Red+Green+Blue) = 158+188+178=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBCB2 is #61434D. Grayscale: #B1B1B1. Windows color (decimal): -6374222 or 11713694. OLE color: 11713694.

HSL color Cylindrical-coordinate representation of color #9EBCB2: hue angle of 160º degrees, saturation: 0.18, 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 #9EBCB2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB158188178-
CMYK0.1600.050.26
HSL160º18.29%67.84%-
HSV(B)160º15.96%73.73%-
XYZ40.1246.4548.97-
YUV177.89128.06113.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=30.15%
G=35.88%
B=33.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881780.1600.050.2616018.2967.84
Hex9EBCB210051Aa01244
Octal23627426220053224022104
Binary1001111010111100101100101000001011101010100000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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