#9EBCBA

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

Shades of Shadow Green #9EBCBA

Tints of Shadow Green #9EBCBA

Color information

#9EBCBA (or 0x9EBCBA) is unknown color: approx Shadow Green. HEX triplet: 9E, BC and BA. RGB value is (158,188,186). Sum of RGB (Red+Green+Blue) = 158+188+186=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCBA is #614345. Grayscale: #B2B2B2. Windows color (decimal): -6374214 or 12237982. OLE color: 12237982.

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

Color convert

RGB158188186-
CMYK0.1600.010.26
HSL176º18.29%67.84%-
HSV(B)176º15.96%73.73%-
XYZ40.9546.7853.33-
YUV178.8132.06113.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.70%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=29.70%
G=35.34%
B=34.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881860.1600.010.2617618.2967.84
Hex9EBCBA10011Ab01244
Octal23627427220013226022104
Binary10011110101111001011101010000011101010110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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