#96C3B1

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

Shades of Shadow Green #96C3B1

Tints of Shadow Green #96C3B1

Color information

#96C3B1 (or 0x96C3B1) is unknown color: approx Shadow Green. HEX triplet: 96, C3 and B1. RGB value is (150,195,177). Sum of RGB (Red+Green+Blue) = 150+195+177=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #96C3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C3B1 is #693C4E. Grayscale: #B3B3B3. Windows color (decimal): -6896719 or 11649942. OLE color: 11649942.

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

Color convert

RGB150195177-
CMYK0.2300.090.24
HSL156º27.27%67.65%-
HSV(B)156º23.08%76.47%-
XYZ40.0348.6948.88-
YUV179.49126.59106.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=28.74%
G=37.36%
B=33.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951770.2300.090.2415627.2767.65
Hex96C3B11709189c1b44
Octal226303261270113023433104
Binary10010110110000111011000110111010011100010011100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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