#9BBD9D

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

Shades of Dark Sea Green #9BBD9D

Tints of Dark Sea Green #9BBD9D

Color information

#9BBD9D (or 0x9BBD9D) is unknown color: approx Dark Sea Green. HEX triplet: 9B, BD and 9D. RGB value is (155,189,157). Sum of RGB (Red+Green+Blue) = 155+189+157=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD9D is #644262. Grayscale: #AFAFAF. Windows color (decimal): -6570595 or 10337691. OLE color: 10337691.

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

Color convert

RGB155189157-
CMYK0.1800.170.26
HSL123.53º20.48%67.45%-
HSV(B)123.53º17.99%74.12%-
XYZ37.845.838.75-
YUV175.19117.74113.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=30.94%
G=37.72%
B=31.34%

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
Decimal1551891570.1800.170.26123.5320.4867.45
Hex9BBD9D120111A7c1443
Octal233275235220213217424103
Binary10011011101111011001110110010010001110101111100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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