#96E56B

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

Shades of Gossip #96E56B

Tints of Gossip #96E56B

Color information

#96E56B (or 0x96E56B) is unknown color: approx Gossip. HEX triplet: 96, E5 and 6B. RGB value is (150,229,107). Sum of RGB (Red+Green+Blue) = 150+229+107=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #96E56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E56B is #691A94. Grayscale: #BFBFBF. Windows color (decimal): -6888085 or 7071126. OLE color: 7071126.

HSL color Cylindrical-coordinate representation of color #96E56B: hue angle of 98.85º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96E56B is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB150229107-
CMYK0.3400.530.10
HSL98.85º70.11%65.88%-
HSV(B)98.85º53.28%89.8%-
XYZ43.2563.5823.9-
YUV191.4780.3398.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 229 (89.84% from 255) = 47.12%
BLUE value IS 107 (42.19% from 255) = 22.02%
R=30.86%
G=47.12%
B=22.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502291070.3400.530.1098.8570.1165.88
Hex96E56B22035A634642
Octal2263451534206512143106102
Binary1001011011100101110101110001001101011010110001110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,229,107); }

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

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

 a { background-color: rgb(150,229,107); }

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

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

 span { border-color: rgb(150,229,107); }

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