#9EBBB6

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

Shades of Shadow Green #9EBBB6

Tints of Shadow Green #9EBBB6

Color information

#9EBBB6 (or 0x9EBBB6) is unknown color: approx Shadow Green. HEX triplet: 9E, BB and B6. RGB value is (158,187,182). Sum of RGB (Red+Green+Blue) = 158+187+182=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBB6 is #614449. Grayscale: #B1B1B1. Windows color (decimal): -6374474 or 11975582. OLE color: 11975582.

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

Color convert

RGB158187182-
CMYK0.1600.030.27
HSL169.66º17.58%67.65%-
HSV(B)169.66º15.51%73.33%-
XYZ40.3146.1951.05-
YUV177.76130.39113.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.98%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=29.98%
G=35.48%
B=34.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871820.1600.030.27169.6617.5867.65
Hex9EBBB610031Baa1244
Octal23627326620033325222104
Binary100111101011101110110110100000111101110101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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