#96C6B3

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

Shades of Shadow Green #96C6B3

Tints of Shadow Green #96C6B3

Color information

#96C6B3 (or 0x96C6B3) is unknown color: approx Shadow Green. HEX triplet: 96, C6 and B3. RGB value is (150,198,179). Sum of RGB (Red+Green+Blue) = 150+198+179=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6B3 is #69394C. Grayscale: #B5B5B5. Windows color (decimal): -6895949 or 11781782. OLE color: 11781782.

HSL color Cylindrical-coordinate representation of color #96C6B3: hue angle of 156.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C6B3 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB150198179-
CMYK0.2400.100.22
HSL156.25º29.63%68.24%-
HSV(B)156.25º24.24%77.65%-
XYZ40.9150.1350.17-
YUV181.48126.6105.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=28.46%
G=37.57%
B=33.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501981790.2400.100.22156.2529.6368.24
Hex96C6B3180A169c1e44
Octal226306263300122623436104
Binary10010110110001101011001111000010101011010011100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,179); }

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

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

 a { background-color: rgb(150,198,179); }

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

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

 span { border-color: rgb(150,198,179); }

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