#96B5A3

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

Shades of Summer Green #96B5A3

Tints of Summer Green #96B5A3

Color information

#96B5A3 (or 0x96B5A3) is unknown color: approx Summer Green. HEX triplet: 96, B5 and A3. RGB value is (150,181,163). Sum of RGB (Red+Green+Blue) = 150+181+163=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #96B5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B5A3 is #694A5C. Grayscale: #A9A9A9. Windows color (decimal): -6900317 or 10728854. OLE color: 10728854.

HSL color Cylindrical-coordinate representation of color #96B5A3: hue angle of 145.16º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B5A3 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB150181163-
CMYK0.1700.100.29
HSL145.16º17.32%64.9%-
HSV(B)145.16º17.13%70.98%-
XYZ35.7142.1840.91-
YUV169.68124.23113.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=30.36%
G=36.64%
B=33.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501811630.1700.100.29145.1617.3264.9
Hex96B5A3110A1D911141
Octal226265243210123522121101
Binary10010110101101011010001110001010101110110010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,163); }

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

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

 a { background-color: rgb(150,181,163); }

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

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

 span { border-color: rgb(150,181,163); }

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