#9EBCB9

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

Shades of Shadow Green #9EBCB9

Tints of Shadow Green #9EBCB9

Color information

#9EBCB9 (or 0x9EBCB9) is unknown color: approx Shadow Green. HEX triplet: 9E, BC and B9. RGB value is (158,188,185). Sum of RGB (Red+Green+Blue) = 158+188+185=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBCB9 is #614346. Grayscale: #B2B2B2. Windows color (decimal): -6374215 or 12172446. OLE color: 12172446.

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

Color convert

RGB158188185-
CMYK0.1600.020.26
HSL174º18.29%67.84%-
HSV(B)174º15.96%73.73%-
XYZ40.8446.7452.77-
YUV178.69131.56113.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=29.76%
G=35.40%
B=34.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881850.1600.020.2617418.2967.84
Hex9EBCB910021Aae1244
Octal23627427120023225622104
Binary100111101011110010111001100000101101010101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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