#9EB9B1

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

Shades of Shadow Green #9EB9B1

Tints of Shadow Green #9EB9B1

Color information

#9EB9B1 (or 0x9EB9B1) is unknown color: approx Shadow Green. HEX triplet: 9E, B9 and B1. RGB value is (158,185,177). Sum of RGB (Red+Green+Blue) = 158+185+177=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB9B1 is #61464E. Grayscale: #B0B0B0. Windows color (decimal): -6374991 or 11647390. OLE color: 11647390.

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

Color convert

RGB158185177-
CMYK0.1500.040.27
HSL162.22º16.17%67.25%-
HSV(B)162.22º14.59%72.55%-
XYZ39.3945.1448.23-
YUV176.02128.55115.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=30.38%
G=35.58%
B=34.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851770.1500.040.27162.2216.1767.25
Hex9EB9B1F041Ba21043
Octal23627126117043324220103
Binary100111101011100110110001111101001101110100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,177); }

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

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

 a { background-color: rgb(158,185,177); }

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

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

 span { border-color: rgb(158,185,177); }

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