#9CB39E

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

Shades of Edward #9CB39E

Tints of Edward #9CB39E

Color information

#9CB39E (or 0x9CB39E) is unknown color: approx Edward. HEX triplet: 9C, B3 and 9E. RGB value is (156,179,158). Sum of RGB (Red+Green+Blue) = 156+179+158=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB39E is #634C61. Grayscale: #A9A9A9. Windows color (decimal): -6507618 or 10400668. OLE color: 10400668.

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

Color convert

RGB156179158-
CMYK0.1300.120.30
HSL125.22º13.14%65.69%-
HSV(B)125.22º12.85%70.2%-
XYZ3641.7838.51-
YUV169.73121.38118.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=31.64%
G=36.31%
B=32.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561791580.1300.120.30125.2213.1465.69
Hex9CB39ED0C1E7dd42
Octal234263236150143617515102
Binary10011100101100111001111011010110011110111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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