#96B39B

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

Shades of Summer Green #96B39B

Tints of Summer Green #96B39B

Color information

#96B39B (or 0x96B39B) is unknown color: approx Summer Green. HEX triplet: 96, B3 and 9B. RGB value is (150,179,155). Sum of RGB (Red+Green+Blue) = 150+179+155=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #96B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B39B is #694C64. Grayscale: #A7A7A7. Windows color (decimal): -6900837 or 10204054. OLE color: 10204054.

HSL color Cylindrical-coordinate representation of color #96B39B: hue angle of 130.34º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B39B is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB150179155-
CMYK0.1600.130.30
HSL130.34º16.02%64.51%-
HSV(B)130.34º16.2%70.2%-
XYZ34.6141.0937.12-
YUV167.59120.89115.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=30.99%
G=36.98%
B=32.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501791550.1600.130.30130.3416.0264.51
Hex96B39B100D1E821041
Octal226263233200153620220101
Binary10010110101100111001101110000011011111010000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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