#96BA95

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

Shades of Dark Sea Green #96BA95

Tints of Dark Sea Green #96BA95

Color information

#96BA95 (or 0x96BA95) is unknown color: approx Dark Sea Green. HEX triplet: 96, BA and 95. RGB value is (150,186,149). Sum of RGB (Red+Green+Blue) = 150+186+149=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA95 is #69456A. Grayscale: #ABABAB. Windows color (decimal): -6899051 or 9812630. OLE color: 9812630.

HSL color Cylindrical-coordinate representation of color #96BA95: hue angle of 118.38º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BA95 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB150186149-
CMYK0.1900.200.27
HSL118.38º21.14%65.69%-
HSV(B)118.38º19.89%72.94%-
XYZ35.5643.7735.01-
YUV171.02115.57113.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=30.93%
G=38.35%
B=30.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501861490.1900.200.27118.3821.1465.69
Hex96BA95130141B761542
Octal226272225230243316625102
Binary10010110101110101001010110011010100110111110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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