#9CBA9C

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

Shades of Dark Sea Green #9CBA9C

Tints of Dark Sea Green #9CBA9C

Color information

#9CBA9C (or 0x9CBA9C) is unknown color: approx Dark Sea Green. HEX triplet: 9C, BA and 9C. RGB value is (156,186,156). Sum of RGB (Red+Green+Blue) = 156+186+156=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA9C is #634563. Grayscale: #ADADAD. Windows color (decimal): -6505828 or 10271388. OLE color: 10271388.

HSL color Cylindrical-coordinate representation of color #9CBA9C: hue angle of 120º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CBA9C is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB156186156-
CMYK0.1600.160.27
HSL120º17.86%67.06%-
HSV(B)120º16.13%72.94%-
XYZ37.2744.5938.09-
YUV173.61118.06115.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=31.33%
G=37.35%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861560.1600.160.2712017.8667.06
Hex9CBA9C100101B781243
Octal234272234200203317022103
Binary10011100101110101001110010000010000110111111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,156); }

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

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

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

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

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

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

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