#9BBC9C

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

Shades of Dark Sea Green #9BBC9C

Tints of Dark Sea Green #9BBC9C

Color information

#9BBC9C (or 0x9BBC9C) is unknown color: approx Dark Sea Green. HEX triplet: 9B, BC and 9C. RGB value is (155,188,156). Sum of RGB (Red+Green+Blue) = 155+188+156=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC9C is #644363. Grayscale: #AEAEAE. Windows color (decimal): -6570852 or 10271899. OLE color: 10271899.

HSL color Cylindrical-coordinate representation of color #9BBC9C: hue angle of 121.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBC9C is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB155188156-
CMYK0.1800.170.26
HSL121.82º19.76%67.25%-
HSV(B)121.82º17.55%73.73%-
XYZ37.545.3438.23-
YUV174.48117.57114.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=31.06%
G=37.68%
B=31.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881560.1800.170.26121.8219.7667.25
Hex9BBC9C120111A7a1443
Octal233274234220213217224103
Binary10011011101111001001110010010010001110101111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,156); }

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

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

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

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

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

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

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