#9DB2A1

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

Shades of Edward #9DB2A1

Tints of Edward #9DB2A1

Color information

#9DB2A1 (or 0x9DB2A1) is unknown color: approx Edward. HEX triplet: 9D, B2 and A1. RGB value is (157,178,161). Sum of RGB (Red+Green+Blue) = 157+178+161=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB2A1 is #624D5E. Grayscale: #A9A9A9. Windows color (decimal): -6442335 or 10597021. OLE color: 10597021.

HSL color Cylindrical-coordinate representation of color #9DB2A1: hue angle of 131.43º degrees, saturation: 0.12, 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 #9DB2A1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB157178161-
CMYK0.1200.100.30
HSL131.43º12%65.69%-
HSV(B)131.43º11.8%69.8%-
XYZ36.2641.5839.83-
YUV169.78123.04118.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=31.65%
G=35.89%
B=32.46%

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
Decimal1571781610.1200.100.30131.431265.69
Hex9DB2A1C0A1E83c42
Octal235262241140123620314102
Binary100111011011001010100001110001010111101000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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