#9CBB9C

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

Shades of Dark Sea Green #9CBB9C

Tints of Dark Sea Green #9CBB9C

Color information

#9CBB9C (or 0x9CBB9C) is unknown color: approx Dark Sea Green. HEX triplet: 9C, BB and 9C. RGB value is (156,187,156). Sum of RGB (Red+Green+Blue) = 156+187+156=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB9C is #634463. Grayscale: #AEAEAE. Windows color (decimal): -6505572 or 10271644. OLE color: 10271644.

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

Color convert

RGB156187156-
CMYK0.1700.170.27
HSL120º18.56%67.25%-
HSV(B)120º16.58%73.33%-
XYZ37.4845.0138.16-
YUV174.2117.73115.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=31.26%
G=37.47%
B=31.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871560.1700.170.2712018.5667.25
Hex9CBB9C110111B781343
Octal234273234210213317023103
Binary10011100101110111001110010001010001110111111000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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