#96C392

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

Shades of Dark Sea Green #96C392

Tints of Dark Sea Green #96C392

Color information

#96C392 (or 0x96C392) is unknown color: approx Dark Sea Green. HEX triplet: 96, C3 and 92. RGB value is (150,195,146). Sum of RGB (Red+Green+Blue) = 150+195+146=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #96C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C392 is #693C6D. Grayscale: #B0B0B0. Windows color (decimal): -6896750 or 9618326. OLE color: 9618326.

HSL color Cylindrical-coordinate representation of color #96C392: hue angle of 115.1º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C392 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB150195146-
CMYK0.2300.250.24
HSL115.1º28.99%66.86%-
HSV(B)115.1º25.13%76.47%-
XYZ37.2847.5934.41-
YUV175.96111.09109.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=30.55%
G=39.71%
B=29.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951460.2300.250.24115.128.9966.86
Hex96C3921701918731d43
Octal226303222270313016335103
Binary10010110110000111001001010111011001110001110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,146); }

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

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

 a { background-color: rgb(150,195,146); }

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

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

 span { border-color: rgb(150,195,146); }

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