#96C1B0

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

Shades of Shadow Green #96C1B0

Tints of Shadow Green #96C1B0

Color information

#96C1B0 (or 0x96C1B0) is unknown color: approx Shadow Green. HEX triplet: 96, C1 and B0. RGB value is (150,193,176). Sum of RGB (Red+Green+Blue) = 150+193+176=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #96C1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C1B0 is #693E4F. Grayscale: #B2B2B2. Windows color (decimal): -6897232 or 11583894. OLE color: 11583894.

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

Color convert

RGB150193176-
CMYK0.2200.090.24
HSL156.28º25.75%67.25%-
HSV(B)156.28º22.28%75.69%-
XYZ39.4847.7648.21-
YUV178.2126.75107.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=28.90%
G=37.19%
B=33.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931760.2200.090.24156.2825.7567.25
Hex96C1B01609189c1a43
Octal226301260260113023432103
Binary10010110110000011011000010110010011100010011100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,176); }

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

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

 a { background-color: rgb(150,193,176); }

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

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

 span { border-color: rgb(150,193,176); }

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