#96C3B7

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

Shades of Shadow Green #96C3B7

Tints of Shadow Green #96C3B7

Color information

#96C3B7 (or 0x96C3B7) is unknown color: approx Shadow Green. HEX triplet: 96, C3 and B7. RGB value is (150,195,183). Sum of RGB (Red+Green+Blue) = 150+195+183=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #96C3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3B7 is #693C48. Grayscale: #B4B4B4. Windows color (decimal): -6896713 or 12043158. OLE color: 12043158.

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

Color convert

RGB150195183-
CMYK0.2300.060.24
HSL164º27.27%67.65%-
HSV(B)164º23.08%76.47%-
XYZ40.6448.9352.1-
YUV180.18129.59106.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=28.41%
G=36.93%
B=34.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951830.2300.060.2416427.2767.65
Hex96C3B7170618a41b44
Octal22630326727063024433104
Binary1001011011000011101101111011101101100010100100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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