#9EB8A1

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

Shades of Edward #9EB8A1

Tints of Edward #9EB8A1

Color information

#9EB8A1 (or 0x9EB8A1) is unknown color: approx Edward. HEX triplet: 9E, B8 and A1. RGB value is (158,184,161). Sum of RGB (Red+Green+Blue) = 158+184+161=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB8A1 is #61475E. Grayscale: #ADADAD. Windows color (decimal): -6375263 or 10598558. OLE color: 10598558.

HSL color Cylindrical-coordinate representation of color #9EB8A1: hue angle of 126.92º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB8A1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB158184161-
CMYK0.1400.120.28
HSL126.92º15.48%67.06%-
HSV(B)126.92º14.13%72.16%-
XYZ37.6744.1240.25-
YUV173.6120.89116.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=31.41%
G=36.58%
B=32.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581841610.1400.120.28126.9215.4867.06
Hex9EB8A1E0C1C7ff43
Octal236270241160143417717103
Binary10011110101110001010000111100110011100111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,184,161); }

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

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

 a { background-color: rgb(158,184,161); }

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

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

 span { border-color: rgb(158,184,161); }

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