#9CBB9D

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

Shades of Dark Sea Green #9CBB9D

Tints of Dark Sea Green #9CBB9D

Color information

#9CBB9D (or 0x9CBB9D) is unknown color: approx Dark Sea Green. HEX triplet: 9C, BB and 9D. RGB value is (156,187,157). Sum of RGB (Red+Green+Blue) = 156+187+157=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB9D is #634462. Grayscale: #AEAEAE. Windows color (decimal): -6505571 or 10337180. OLE color: 10337180.

HSL color Cylindrical-coordinate representation of color #9CBB9D: hue angle of 121.94º 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 #9CBB9D is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB156187157-
CMYK0.1700.160.27
HSL121.94º18.56%67.25%-
HSV(B)121.94º16.58%73.33%-
XYZ37.5745.0438.61-
YUV174.31118.23114.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=31.2%
G=37.4%
B=31.4%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871570.1700.160.27121.9418.5667.25
Hex9CBB9D110101B7a1343
Octal234273235210203317223103
Binary10011100101110111001110110001010000110111111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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