#96B895

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

Shades of Dark Sea Green #96B895

Tints of Dark Sea Green #96B895

Color information

#96B895 (or 0x96B895) is unknown color: approx Dark Sea Green. HEX triplet: 96, B8 and 95. RGB value is (150,184,149). Sum of RGB (Red+Green+Blue) = 150+184+149=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #96B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B895 is #69476A. Grayscale: #A9A9A9. Windows color (decimal): -6899563 or 9812118. OLE color: 9812118.

HSL color Cylindrical-coordinate representation of color #96B895: hue angle of 118.29º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B895 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB150184149-
CMYK0.1800.190.28
HSL118.29º19.77%65.29%-
HSV(B)118.29º19.02%72.16%-
XYZ35.1442.9334.87-
YUV169.84116.24113.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=31.06%
G=38.10%
B=30.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841490.1800.190.28118.2919.7765.29
Hex96B895120131C761441
Octal226270225220233416624101
Binary10010110101110001001010110010010011111001110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B895; }

 p { color: rgb(150,184,149); }

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

<style>
 a { background-color: #96B895; }

 a { background-color: rgb(150,184,149); }

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

<style>
 span { border-color: #96B895; }

 span { border-color: rgb(150,184,149); }

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