#9BB59A

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

Shades of Dark Sea Green #9BB59A

Tints of Dark Sea Green #9BB59A

Color information

#9BB59A (or 0x9BB59A) is unknown color: approx Dark Sea Green. HEX triplet: 9B, B5 and 9A. RGB value is (155,181,154). Sum of RGB (Red+Green+Blue) = 155+181+154=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB59A is #644A65. Grayscale: #AAAAAA. Windows color (decimal): -6572646 or 10139035. OLE color: 10139035.

HSL color Cylindrical-coordinate representation of color #9BB59A: hue angle of 117.78º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB59A is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB155181154-
CMYK0.1400.150.29
HSL117.78º15.43%65.69%-
HSV(B)117.78º14.92%70.98%-
XYZ35.8742.3536.86-
YUV170.15118.89117.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 181 (71.09% from 255) = 36.94%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=31.63%
G=36.94%
B=31.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811540.1400.150.29117.7815.4365.69
Hex9BB59AE0F1D76f42
Octal233265232160173516617102
Binary10011011101101011001101011100111111101111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,154); }

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

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

 a { background-color: rgb(155,181,154); }

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

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

 span { border-color: rgb(155,181,154); }

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