#9CB49E

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

Shades of Edward #9CB49E

Tints of Edward #9CB49E

Color information

#9CB49E (or 0x9CB49E) is unknown color: approx Edward. HEX triplet: 9C, B4 and 9E. RGB value is (156,180,158). Sum of RGB (Red+Green+Blue) = 156+180+158=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB49E is #634B61. Grayscale: #AAAAAA. Windows color (decimal): -6507362 or 10400924. OLE color: 10400924.

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

Color convert

RGB156180158-
CMYK0.1300.120.29
HSL125º13.79%65.88%-
HSV(B)125º13.33%70.59%-
XYZ36.242.1838.58-
YUV170.32121.05117.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=31.58%
G=36.44%
B=31.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801580.1300.120.2912513.7965.88
Hex9CB49ED0C1D7de42
Octal234264236150143517516102
Binary10011100101101001001111011010110011101111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,158); }

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

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

 a { background-color: rgb(156,180,158); }

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

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

 span { border-color: rgb(156,180,158); }

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