#9CB59F

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

Shades of Edward #9CB59F

Tints of Edward #9CB59F

Color information

#9CB59F (or 0x9CB59F) is unknown color: approx Edward. HEX triplet: 9C, B5 and 9F. RGB value is (156,181,159). Sum of RGB (Red+Green+Blue) = 156+181+159=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB59F is #634A60. Grayscale: #ABABAB. Windows color (decimal): -6507105 or 10466716. OLE color: 10466716.

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

Color convert

RGB156181159-
CMYK0.1400.120.29
HSL127.2º14.45%66.08%-
HSV(B)127.2º13.81%70.98%-
XYZ36.4942.6239.1-
YUV171.02121.22117.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.45%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=31.45%
G=36.49%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811590.1400.120.29127.214.4566.08
Hex9CB59FE0C1D7fe42
Octal234265237160143517716102
Binary10011100101101011001111111100110011101111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,181,159); }

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

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

 a { background-color: rgb(156,181,159); }

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

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

 span { border-color: rgb(156,181,159); }

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