#9DB3A1

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

Shades of Edward #9DB3A1

Tints of Edward #9DB3A1

Color information

#9DB3A1 (or 0x9DB3A1) is unknown color: approx Edward. HEX triplet: 9D, B3 and A1. RGB value is (157,179,161). Sum of RGB (Red+Green+Blue) = 157+179+161=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB3A1 is #624C5E. Grayscale: #AAAAAA. Windows color (decimal): -6442079 or 10597277. OLE color: 10597277.

HSL color Cylindrical-coordinate representation of color #9DB3A1: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB3A1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB157179161-
CMYK0.1200.100.30
HSL130.91º12.64%65.88%-
HSV(B)130.91º12.29%70.2%-
XYZ36.4641.9839.9-
YUV170.37122.71118.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=31.59%
G=36.02%
B=32.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571791610.1200.100.30130.9112.6465.88
Hex9DB3A1C0A1E83d42
Octal235263241140123620315102
Binary100111011011001110100001110001010111101000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,179,161); }

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

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

 a { background-color: rgb(157,179,161); }

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

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

 span { border-color: rgb(157,179,161); }

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