#9EBCB4

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

Shades of Shadow Green #9EBCB4

Tints of Shadow Green #9EBCB4

Color information

#9EBCB4 (or 0x9EBCB4) is unknown color: approx Shadow Green. HEX triplet: 9E, BC and B4. RGB value is (158,188,180). Sum of RGB (Red+Green+Blue) = 158+188+180=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCB4 is #61434B. Grayscale: #B2B2B2. Windows color (decimal): -6374220 or 11844766. OLE color: 11844766.

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

Color convert

RGB158188180-
CMYK0.1600.040.26
HSL164º18.29%67.84%-
HSV(B)164º15.96%73.73%-
XYZ40.3246.5350.04-
YUV178.12129.06113.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=30.04%
G=35.74%
B=34.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881800.1600.040.2616418.2967.84
Hex9EBCB410041Aa41244
Octal23627426420043224422104
Binary1001111010111100101101001000001001101010100100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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