#9EBCB6

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

Shades of Shadow Green #9EBCB6

Tints of Shadow Green #9EBCB6

Color information

#9EBCB6 (or 0x9EBCB6) is unknown color: approx Shadow Green. HEX triplet: 9E, BC and B6. RGB value is (158,188,182). Sum of RGB (Red+Green+Blue) = 158+188+182=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCB6 is #614349. Grayscale: #B2B2B2. Windows color (decimal): -6374218 or 11975838. OLE color: 11975838.

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

Color convert

RGB158188182-
CMYK0.1600.030.26
HSL168º18.29%67.84%-
HSV(B)168º15.96%73.73%-
XYZ40.5346.6151.12-
YUV178.35130.06113.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=29.92%
G=35.61%
B=34.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881820.1600.030.2616818.2967.84
Hex9EBCB610031Aa81244
Octal23627426620033225022104
Binary100111101011110010110110100000111101010101000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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