#96B4A3

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

Shades of Summer Green #96B4A3

Tints of Summer Green #96B4A3

Color information

#96B4A3 (or 0x96B4A3) is unknown color: approx Summer Green. HEX triplet: 96, B4 and A3. RGB value is (150,180,163). Sum of RGB (Red+Green+Blue) = 150+180+163=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #96B4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B4A3 is #694B5C. Grayscale: #A9A9A9. Windows color (decimal): -6900573 or 10728598. OLE color: 10728598.

HSL color Cylindrical-coordinate representation of color #96B4A3: hue angle of 146º 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 #96B4A3 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB150180163-
CMYK0.1700.090.29
HSL146º16.67%64.71%-
HSV(B)146º16.67%70.59%-
XYZ35.5141.7740.84-
YUV169.09124.56114.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 163 (64.06% from 255) = 33.06%
R=30.43%
G=36.51%
B=33.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801630.1700.090.2914616.6764.71
Hex96B4A311091D921141
Octal226264243210113522221101
Binary10010110101101001010001110001010011110110010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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