#96C393

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

Shades of Dark Sea Green #96C393

Tints of Dark Sea Green #96C393

Color information

#96C393 (or 0x96C393) is unknown color: approx Dark Sea Green. HEX triplet: 96, C3 and 93. RGB value is (150,195,147). Sum of RGB (Red+Green+Blue) = 150+195+147=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #96C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C393 is #693C6C. Grayscale: #B0B0B0. Windows color (decimal): -6896749 or 9683862. OLE color: 9683862.

HSL color Cylindrical-coordinate representation of color #96C393: hue angle of 116.25º 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 #96C393 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB150195147-
CMYK0.2300.250.24
HSL116.25º28.57%67.06%-
HSV(B)116.25º24.62%76.47%-
XYZ37.3647.6234.83-
YUV176.07111.59109.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=30.49%
G=39.63%
B=29.88%

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
Decimal1501951470.2300.250.24116.2528.5767.06
Hex96C3931701918741d43
Octal226303223270313016435103
Binary10010110110000111001001110111011001110001110100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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