#9DB19E

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

Shades of Edward #9DB19E

Tints of Edward #9DB19E

Color information

#9DB19E (or 0x9DB19E) is unknown color: approx Edward. HEX triplet: 9D, B1 and 9E. RGB value is (157,177,158). Sum of RGB (Red+Green+Blue) = 157+177+158=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB19E is #624E61. Grayscale: #A8A8A8. Windows color (decimal): -6442594 or 10400157. OLE color: 10400157.

HSL color Cylindrical-coordinate representation of color #9DB19E: hue angle of 123º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DB19E is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB157177158-
CMYK0.1100.110.31
HSL123º11.36%65.49%-
HSV(B)123º11.3%69.41%-
XYZ35.841.0838.39-
YUV168.85121.87119.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=31.91%
G=35.98%
B=32.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571771580.1100.110.3112311.3665.49
Hex9DB19EB0B1F7bb41
Octal235261236130133717313101
Binary10011101101100011001111010110101111111111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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