#9BBB9D

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

Shades of Dark Sea Green #9BBB9D

Tints of Dark Sea Green #9BBB9D

Color information

#9BBB9D (or 0x9BBB9D) is unknown color: approx Dark Sea Green. HEX triplet: 9B, BB and 9D. RGB value is (155,187,157). Sum of RGB (Red+Green+Blue) = 155+187+157=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB9D is #644462. Grayscale: #AEAEAE. Windows color (decimal): -6571107 or 10337179. OLE color: 10337179.

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

Color convert

RGB155187157-
CMYK0.1700.160.27
HSL123.75º19.05%67.06%-
HSV(B)123.75º17.11%73.33%-
XYZ37.3744.9438.6-
YUV174.01118.4114.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=31.06%
G=37.47%
B=31.46%

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
Decimal1551871570.1700.160.27123.7519.0567.06
Hex9BBB9D110101B7c1343
Octal233273235210203317423103
Binary10011011101110111001110110001010000110111111100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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