#96B398

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

Shades of Dark Sea Green #96B398

Tints of Dark Sea Green #96B398

Color information

#96B398 (or 0x96B398) is unknown color: approx Dark Sea Green. HEX triplet: 96, B3 and 98. RGB value is (150,179,152). Sum of RGB (Red+Green+Blue) = 150+179+152=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #96B398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B398 is #694C67. Grayscale: #A7A7A7. Windows color (decimal): -6900840 or 10007446. OLE color: 10007446.

HSL color Cylindrical-coordinate representation of color #96B398: hue angle of 124.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B398 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB150179152-
CMYK0.1600.150.30
HSL124.14º16.02%64.51%-
HSV(B)124.14º16.2%70.2%-
XYZ34.3740.9935.81-
YUV167.25119.39115.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=31.19%
G=37.21%
B=31.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501791520.1600.150.30124.1416.0264.51
Hex96B398100F1E7c1041
Octal226263230200173617420101
Binary1001011010110011100110001000001111111101111100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,179,152); }

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

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

 a { background-color: rgb(150,179,152); }

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

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

 span { border-color: rgb(150,179,152); }

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