#96C297

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

Shades of Dark Sea Green #96C297

Tints of Dark Sea Green #96C297

Color information

#96C297 (or 0x96C297) is unknown color: approx Dark Sea Green. HEX triplet: 96, C2 and 97. RGB value is (150,194,151). Sum of RGB (Red+Green+Blue) = 150+194+151=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #96C297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C297 is #693D68. Grayscale: #B0B0B0. Windows color (decimal): -6897001 or 9945750. OLE color: 9945750.

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

Color convert

RGB150194151-
CMYK0.2300.220.24
HSL121.36º26.51%67.45%-
HSV(B)121.36º22.68%76.08%-
XYZ37.4647.336.43-
YUV175.94113.92109.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=30.30%
G=39.19%
B=30.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941510.2300.220.24121.3626.5167.45
Hex96C2971701618791b43
Octal226302227270263017133103
Binary10010110110000101001011110111010110110001111001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,194,151); }

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

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

 a { background-color: rgb(150,194,151); }

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

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

 span { border-color: rgb(150,194,151); }

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