#96E279

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

Shades of Gossip #96E279

Tints of Gossip #96E279

Color information

#96E279 (or 0x96E279) is unknown color: approx Gossip. HEX triplet: 96, E2 and 79. RGB value is (150,226,121). Sum of RGB (Red+Green+Blue) = 150+226+121=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #96E279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E279 is #691D86. Grayscale: #BFBFBF. Windows color (decimal): -6888839 or 7987862. OLE color: 7987862.

HSL color Cylindrical-coordinate representation of color #96E279: hue angle of 103.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96E279 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB150226121-
CMYK0.3400.460.11
HSL103.43º64.42%68.04%-
HSV(B)103.43º46.46%88.63%-
XYZ43.2362.2627.83-
YUV191.3188.3298.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 226 (88.67% from 255) = 45.47%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=30.18%
G=45.47%
B=24.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502261210.3400.460.11103.4364.4268.04
Hex96E2792202EB674044
Octal2263421714205613147100104
Binary1001011011100010111100110001001011101011110011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,226,121); }

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

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

 a { background-color: rgb(150,226,121); }

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

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

 span { border-color: rgb(150,226,121); }

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