#9CB49D

Color #9CB49D Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #9CB49D

Tints of Dark Sea Green #9CB49D

Color information

#9CB49D (or 0x9CB49D) is unknown color: approx Dark Sea Green. HEX triplet: 9C, B4 and 9D. RGB value is (156,180,157). Sum of RGB (Red+Green+Blue) = 156+180+157=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB49D is #634B62. Grayscale: #AAAAAA. Windows color (decimal): -6507363 or 10335388. OLE color: 10335388.

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

Color convert

RGB156180157-
CMYK0.1300.130.29
HSL122.5º13.79%65.88%-
HSV(B)122.5º13.33%70.59%-
XYZ36.1242.1438.13-
YUV170.2120.55117.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=31.64%
G=36.51%
B=31.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801570.1300.130.29122.513.7965.88
Hex9CB49DD0D1D7ae42
Octal234264235150153517216102
Binary10011100101101001001110111010110111101111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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