#96CD7E

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

Shades of Gossip #96CD7E

Tints of Gossip #96CD7E

Color information

#96CD7E (or 0x96CD7E) is unknown color: approx Gossip. HEX triplet: 96, CD and 7E. RGB value is (150,205,126). Sum of RGB (Red+Green+Blue) = 150+205+126=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CD7E is #693281. Grayscale: #B3B3B3. Windows color (decimal): -6894210 or 8310166. OLE color: 8310166.

HSL color Cylindrical-coordinate representation of color #96CD7E: hue angle of 101.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96CD7E is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB150205126-
CMYK0.2700.390.20
HSL101.77º44.13%64.9%-
HSV(B)101.77º38.54%80.39%-
XYZ38.1751.6527.7-
YUV179.5597.78106.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=31.19%
G=42.62%
B=26.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051260.2700.390.20101.7744.1364.9
Hex96CD7E1B02714662c41
Octal226315176330472414654101
Binary100101101100110111111101101101001111010011001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,205,126); }

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

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

 a { background-color: rgb(150,205,126); }

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

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

 span { border-color: rgb(150,205,126); }

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