#9CB69F

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

Shades of Edward #9CB69F

Tints of Edward #9CB69F

Color information

#9CB69F (or 0x9CB69F) is unknown color: approx Edward. HEX triplet: 9C, B6 and 9F. RGB value is (156,182,159). Sum of RGB (Red+Green+Blue) = 156+182+159=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB69F is #634960. Grayscale: #ABABAB. Windows color (decimal): -6506849 or 10466972. OLE color: 10466972.

HSL color Cylindrical-coordinate representation of color #9CB69F: hue angle of 126.92º degrees, saturation: 0.15, 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 #9CB69F is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB156182159-
CMYK0.1400.130.29
HSL126.92º15.12%66.27%-
HSV(B)126.92º14.29%71.37%-
XYZ36.743.0339.17-
YUV171.6120.89116.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=31.39%
G=36.62%
B=31.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821590.1400.130.29126.9215.1266.27
Hex9CB69FE0D1D7ff42
Octal234266237160153517717102
Binary10011100101101101001111111100110111101111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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