#96BFA5

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

Shades of Summer Green #96BFA5

Tints of Summer Green #96BFA5

Color information

#96BFA5 (or 0x96BFA5) is unknown color: approx Summer Green. HEX triplet: 96, BF and A5. RGB value is (150,191,165). Sum of RGB (Red+Green+Blue) = 150+191+165=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFA5 is #69405A. Grayscale: #AFAFAF. Windows color (decimal): -6897755 or 10862486. OLE color: 10862486.

HSL color Cylindrical-coordinate representation of color #96BFA5: hue angle of 141.95º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFA5 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB150191165-
CMYK0.2100.140.25
HSL141.95º24.26%66.86%-
HSV(B)141.95º21.47%74.9%-
XYZ3846.4642.56-
YUV175.78121.92109.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=29.64%
G=37.75%
B=32.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501911650.2100.140.25141.9524.2666.86
Hex96BFA5150E198e1843
Octal226277245250163121630103
Binary10010110101111111010010110101011101100110001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,165); }

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

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

 a { background-color: rgb(150,191,165); }

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

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

 span { border-color: rgb(150,191,165); }

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