#9BCA99

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

Shades of Dark Sea Green #9BCA99

Tints of Dark Sea Green #9BCA99

Color information

#9BCA99 (or 0x9BCA99) is unknown color: approx Dark Sea Green. HEX triplet: 9B, CA and 99. RGB value is (155,202,153). Sum of RGB (Red+Green+Blue) = 155+202+153=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA99 is #643566. Grayscale: #B6B6B6. Windows color (decimal): -6567271 or 10078875. OLE color: 10078875.

HSL color Cylindrical-coordinate representation of color #9BCA99: hue angle of 117.55º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCA99 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB155202153-
CMYK0.2300.240.21
HSL117.55º31.61%69.61%-
HSV(B)117.55º24.26%79.22%-
XYZ40.3951.5137.95-
YUV182.36111.43108.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 153 (60.16% from 255) = 30%
R=30.39%
G=39.61%
B=30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021530.2300.240.21117.5531.6169.61
Hex9BCA991701815762046
Octal233312231270302516640106
Binary100110111100101010011001101110110001010111101101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,153); }

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

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

 a { background-color: rgb(155,202,153); }

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

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

 span { border-color: rgb(155,202,153); }

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